Scheduling a task

To configure a task schedule:

  1. Save task schedule settings to a configuration file executing the following command:

    kesl-control --get-schedule <task ID>|<task name>

  2. Open the configuration file for editing.
  3. Specify the schedule settings.
  4. Save the changes in the configuration file.
  5. 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