adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProgramExecutionTask Class / SkipIfAlreadyRunning Property


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