Click or drag to resize

MarkOnTheFlyTriggerProfileShouldResumePostition Property

Resumes the reference belt position of the previous execution loop.

Namespace: RAYLASE.Marker.Profile.Model
Assembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntax
C#
public 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