Method |
Description |
|
cronAction ( ) |
Cron action |
|
cronActionHelp ( ) : string |
Display extra help |
|
disableJobAction ( ) : void |
Disable job |
|
disableJobActionHelp ( ) : string |
Display extra help |
|
enableJobAction ( ) : void |
Enable job |
|
enableJobActionHelp ( ) : string |
Display extra help |
|
flushSchedulesAction ( ) |
Flush schedules |
|
flushSchedulesActionHelp ( ) : string |
Display extra help |
|
killAllAction ( ) : void |
Kill all |
|
lastRunAction ( ) : void |
Returns the timestamp of the last run of a given job |
|
lastRunActionHelp ( ) : string |
Display extra help |
|
listAllCodesAction ( ) : void |
List all availables codes / jobs |
|
listAllRunningSchedulesAction ( ) : void |
Print all running schedules |
|
listGroupsAction ( ) : void |
Print all running schedules |
|
run ( ) : void |
Run script |
|
runNowAction ( ) : void |
Run a job now |
|
runNowActionHelp ( ) : string |
Display extra help |
|
scheduleNowAction ( ) : void |
Schedule a job now |
|
scheduleNowActionHelp ( ) : string |
Display extra help |
|
usageHelp ( ) : string |
Retrieve Usage Help Message |
|
waitAction ( ) |
Active wait until no schedules are running |
|
waitActionHelp ( ) : string |
Display extra help |
|
watchdogAction ( ) |
Runs watchdog |
|