adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / ResubmitQueuedOnRestart Property

In This Topic
    ResubmitQueuedOnRestart Property
    In This Topic
    Specifies whether jobs that were queued for execution when the adTempus service shut down should be resubmitted when it restarts
    Syntax
    'Declaration
     
    
    Public Property ResubmitQueuedOnRestart As Boolean
    public bool ResubmitQueuedOnRestart {get; set;}
    Remarks
    If false, queued jobs are abandoned at startup.
    See Also