Click or drag to resize

ExecutorOptions Enumeration

A set of flags defining actions and options for an executor

Namespace: RAYLASE.Marker.Job.Executor.JobElementExecutor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
[FlagsAttribute]
public enum ExecutorOptions
Members
Member nameValueDescription
None0 None.
Rebuild1 Generate the internal list, because one/more of its properties have changed.
Prepare4 Generate card-list(s).
Set8 Download/set card-list(s).
Execute16 Start card-list execution.
Stream4,096 Enable streaming (aka ping/pong on two or more card-lists).
EnableEndlessMarkOnTheFly16,384 Enables the Mark-On-The-Fly.
EnableMarkOnTheFly32,768 Enables the Mark-On-The-Fly.
See Also