Protected
Readonly
backgroundProtected
clientsTask clients, to send notifications-to.
Protected
Readonly
loggerProtected
Readonly
runnerProtected
Readonly
taskProtected
Readonly
toMap of task id and task disposable
plugin callback task complete
Dispose this object.
Protected
disposeProtected
fireProtected
fireProtected
fireOptional
task: TaskProtected
fireReturns the list of default and registered task runners
Returns a list of currently running tasks. If a context is provided, only the tasks started in that context will be provided. Using an undefined context matches all tasks, no matter the creation context.
Optional
context: stringKill task for a given id. Rejects if task is not found
Run a task. Optionally pass a context.
Optional
ctx: stringOptional
option: RunTaskOption
Currently there is only one property ('isActive'), but in the future we may want to store more properties