SkipIfAlreadyRunning Property
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;}
public:
property bool SkipIfAlreadyRunning {
bool get();
void set ( bool value);
}
See Also