MarkOnTheFlyTriggerProfileShouldResumePostition Property |
Resumes the reference belt position of the previous execution loop.
Namespace: RAYLASE.Marker.Profile.ModelAssembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntaxpublic bool ShouldResumePostition { get; set; }
Property Value
Boolean
Remarks
This option is only used in job start trigger. The job must have multiple executions (or run indefinitely).
As the reference is resumed, the same job has to be executed beforehand without this option. Otherwise, execution will most likely fail with on out of field exception.
See Also