'Declaration
Public Enum JobExecutionTaskWaitType Inherits System.Enum
public enum JobExecutionTaskWaitType : System.Enum
public enum class JobExecutionTaskWaitType : public System.Enum
'Declaration
Public Enum JobExecutionTaskWaitType Inherits System.Enum
public enum JobExecutionTaskWaitType : System.Enum
public enum class JobExecutionTaskWaitType : public System.Enum
Member | Value | Description |
---|---|---|
WaitAll | 2 | Wait for all target jobs to complete |
WaitAny | 1 | Wait for any target job to complete |
WaitAnySuccess | 3 | Wait for any target job to complete successfully |
WaitEach | 4 | Waits for each target job to complete before submitting the next. If a target job fails the remaining targets are not executed. |
WaitEachRunAll | 5 | Waits for each target job to complete before submitting the next. If a target job fails the remaining targets are still executed. |
WaitNone | 0 | Do not wait for target jobs to complete |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.JobExecutionTaskWaitType