AlreadyRunningBehavior Enumeration
In This Topic
Determines how the job behaves if another instance is already running.
Syntax
Members
Member | Value | Description |
Run | 4 |
A new instance is started even if a previous instance is still running.
|
Skip | 1 |
The job is skipped (a new instance is not started).
|
TerminatePrevious | 5 |
Terminate previous instances and then run. Wait for the timeout period, if specified.
|
WaitThenRun | 3 |
adTempus waits for the specified period, then starts a new instance even if a previous instance is still running.
|
WaitThenSkip | 2 |
adTempus waits for the specified period, then skips the job if a previous instance is still running.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.AlreadyRunningBehavior
See Also