Click or drag to resize

BaseFlowJobElementIsNonAtomic Property

Note: This API is now obsolete.

The flag to indicate whether the children execution will be intermingled with other outside job elements. This is only meaningful if the parent's IsParallel is true.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
[ObsoleteAttribute("Removed for simplification. No meaningful use case.")]
public bool IsNonAtomic { get; set; }

Property Value

Boolean
See Also