SkipIfAlreadyRunning Property (ProgramExecutionTask)
In This Topic
If
true, the step will be skipped if the
ExecutionTarget is already running
Syntax
'Declaration
Public Property SkipIfAlreadyRunning As Boolean
public bool SkipIfAlreadyRunning {get; set;}
See Also