Listener methods
addDidTickListener
The addDidTickListener
method registers a listener function with the Manager
that will be called just after the Manager
ticks. Read more.
addRunningTaskRunIdsListener
The addRunningTaskRunIdsListener
method. Read more.
addScheduledTaskRunIdsListener
The addScheduledTaskRunIdsListener
method registers a listener function with the Manager
that will be called whenever its list of scheduled task run Ids
changes. Read more.
addStatusListener
The addStatusListener
method registers a listener function with the Manager
that will be called when the Manager
changes status from stopped to started, or vice-versa. Read more.
addTaskRunFailedListener
The addTaskRunFailedListener
method registers a listener function with the Manager
that will be called whenever a task run fails, whether because of timeout, error, or deletion. Read more.
addTaskRunRunningListener
The addTaskRunRunningListener
method registers a listener function with the Manager
that will be called whenever the state of a relevant task run changes. Read more.
addWillTickListener
The addWillTickListener
method registers a listener function with the Manager
that will be called just before the Manager
ticks. Read more.
delListener
The delListener
method removes a listener that was previously added to the Manager
. Read more.