Pausing and resuming a task

You can pause and resume the following types of tasks: ODS, BootScan, and MemoryScan.

To suspend a task, execute the following command:

kesl-control --suspend-task <task ID>|<task name>

The task is paused after the command has been executed.

To resume a task, execute the following command:

kesl-control --resume-task <task ID>|<task name>

The task is resumed after the command has been executed.

Page top