ScheduleCommand
Schedules a command to run inside the War Room at a future time. Can be once or reoccurring.
Script Data
Name | Description |
---|---|
Script Type | javascript |
Tags | Utility |
Inputs
Argument Name | Description |
---|---|
command | The command to schedule. |
cron | The scheduled time to run. |
endDate | When should the schedule end. This is relevant only if "times" are not provided (Optional). The format is "Mon, 02 Jan 2006 15:04:05 MST". |
times | The number of times to run (Optional). |
Outputs
There are no outputs for this script.