Click or drag to resize

RepeatMode Enumeration

Defines how to handle job element's repetitions

Namespace: RAYLASE.Marker.Job.Executor.JobElementExecutor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public enum RepeatMode
Members
Member nameValueDescription
Content0 Repetitions are managed at host level by duplicating the list contents and triggering the execution one time
Trigger1 Repetitions are managed at host level by triggering the execution multiple times
Natively2 Repetitions are managed natively at card-level (ie: not at host level)
See Also