Click or drag to resize

JobDefinitionHasInfinitePassChild Property

Returns whether this job contains a child with an infinite pass recursively.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public bool HasInfinitePassChild { get; }

Return Value

Boolean
True when an infinite pass is found.
See Also