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

In This Topic
    SkipIfAlreadyRunning Property (JobExecutionTaskTarget)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SkipIfAlreadyRunning As Nullable(Of Boolean)
    public Nullable<bool> SkipIfAlreadyRunning {get; set;}
    See Also