Click or drag to resize

WaitType Enumeration

The type of the wait condition

Namespace: RAYLASE.Marker.Job.Executor.JobElementExecutor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
[FlagsAttribute]
public enum WaitType
Members
Member nameValueDescription
None0 None.
ExecutorAcquired1 The executor manager will wait for this before the next job element can try to get an executor.
ContentDone2 The new executor will wait the old one before referring to the job element's content.
ListAcquired4 The new executor will wait the old one before trying to acquire lists.
ExecutionAppended8 The new executor will wait the old one before trying to execute lists.
ExecutionStarted16 The new executor has started execution.
ExecutionFinished32 The new executor has finished execution.
SliceStarted64 
See Also