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;}
    See Also