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