SchedulerStart
Last updated
Was this helpful?
Last updated
Was this helpful?
Create, register and start a scheduler with the given instantiation class path.
The className would be the same as instantiang the class via new {className}
.
className
string
true
The className to the scheduler class to be instantiated: Example: "models.myapp.MyScheduler"
name
string
false
The name of the scheduler to start, which overrides whatever is in the class.
force
boolean
false
If true, will force start the scheduler. Default is true
true