Syntax
var task = Tasks.method(...);
Properties
Property | Type | Description |
---|---|---|
[name] | string | Task name. |
[schedules] | schedules | Task schedules. |
Methods
Method | Description |
---|---|
[execute]() | Starts the task. |
[interrupt]() | Interrupts the task. |
log( string message ) | |
error( string message ) | |
debug( string message ) |