Lifecycle methods
getNow
The getNow
method is a convenience function to get the current timestamp as seen by the Manager
. Read more.
getStatus
The getStatus
method returns the current status of the Manager
. Read more.
start
The start
method begins the 'ticks' of the Manager
, which will start the process of managing the schedules, timeouts, and retries of tasks. Read more.
stop
The stop
method stops the 'ticks' of the Manager
, which will cease the process of managing the schedules, timeouts, and retries of tasks. Read more.