Constructors
Here are the constructors for Jobs.
Constructor | Description |
---|---|
Job(String, Func) | Construct a Job with the name and Func as executor |
Job(String, Schedulable) | Construct a Job with the name and the schedulable |
Here are the constructors for Jobs.
Constructor | Description |
---|---|
Job(String, Func) | Construct a Job with the name and Func as executor |
Job(String, Schedulable) | Construct a Job with the name and the schedulable |
Contribute on Github! Edit this section.