registerEngineTask #
Register default scheduled tasks. When a new Scheduler Engine is created, default task will be copied into engine index.
If a group is specified, this scheduled task will be loaded only in engine from this group when a new engine is created or updated.
Arguments #
registerEngineTask (scheduledTask: ScheduledTask, options: { group?: string }): void
Argument | Type | Description |
---|---|---|
scheduledTask | ScheduledTask | ScheduledTask instance |
options | { group?: string } | Engine group |
Edit this page on Github(opens new window)