ExecutorOptions Enumeration |
A set of flags defining actions and options for an executor
Namespace: RAYLASE.Marker.Job.Executor.JobElementExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax[FlagsAttribute]
public enum ExecutorOptions
MembersMember name | Value | Description |
---|
None | 0 |
None.
|
Rebuild | 1 |
Generate the internal list, because one/more of its properties have changed.
|
Prepare | 4 |
Generate card-list(s).
|
Set | 8 |
Download/set card-list(s).
|
Execute | 16 |
Start card-list execution.
|
Stream | 4,096 |
Enable streaming (aka ping/pong on two or more card-lists).
|
EnableEndlessMarkOnTheFly | 16,384 |
Enables the Mark-On-The-Fly.
|
EnableMarkOnTheFly | 32,768 |
Enables the Mark-On-The-Fly.
|
See Also