Scheduling a task
To configure a task schedule:
- Save task schedule settings to a configuration file executing the following command:
kesl-control --get-schedule <task ID>|<task name>
- Open the configuration file for editing.
- Specify the schedule settings.
- Save the changes in the configuration file.
- Import the schedule settings into the task executing the following command:
kesl-control --set-schedule <task ID>|<task name>
--file <full path to file>
Page top