Defines how to handle job element's repetitions
Namespace: RAYLASE.Marker.Job.Executor.JobElementExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.32.0
Syntax
Members| Member name | Value | Description |
|---|
| Content | 0 |
Repetitions are managed at host level by duplicating the list contents and triggering the execution one time
|
| Trigger | 1 |
Repetitions are managed at host level by triggering the execution multiple times
|
| Natively | 2 |
Repetitions are managed natively at card-level (ie: not at host level)
|
See Also