Home / Repstance User Guide / DATA COMPARISON / Start/Stop Task

Start/Stop Task

Start the Task

The "run" command is used to start the comparison task. The repcli syntax is

repcli compare run capture=capture_id taskname=task_name mode=0|1|2

The parameters are:

  • capture - ID of the Capture Process
  • taskname - Name of the task
  • mode - Run mode. The possible values are:
    • 0 - Default. Resume validation task if is was stopped, otherwise start it from scratch
    • 1 - Restart the task from scratch
    • 2 - Run the task in “incremental” mode to compare the data that has only been changed since the last run

Note - the only one task can be run at the time for the process

Stop the Task

The "stop" command is used to stop the task that is currently running. The stopped task can be resumed later (see mode=0 of the "run" command). The repcli syntax is

repcli compare stop capture=capture_id 

 

 

Prev page:

Create Task

Next page:

Show Task