The type of the wait condition
Namespace: RAYLASE.Marker.Job.Executor.JobElementExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.32.0
Syntax[FlagsAttribute]
public enum WaitType
Members| Member name | Value | Description |
|---|
| None | 0 |
None.
|
| ExecutorAcquired | 1 |
The executor manager will wait for this before the next job element can try to get an executor.
|
| ContentDone | 2 |
The new executor will wait the old one before referring to the job element's content.
|
| ListAcquired | 4 |
The new executor will wait the old one before trying to acquire lists.
|
| ExecutionAppended | 8 |
The new executor will wait the old one before trying to execute lists.
|
| ExecutionStarted | 16 |
The new executor has started execution.
|
| ExecutionFinished | 32 |
The new executor has finished execution.
|
| SliceStarted | 64 | |
See Also