TargetedSegmentListContinueIfOperatorsDoNotConverge Property |
Gets or sets a value indicating whether the next operator should continue if the operators do not converge.
If set to
, the next
operators
will continue to run as if it did converge. If
, a property on the results
will be set to indicate that all propagation should stop and the results will be returned.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ContinueIfOperatorsDoNotConverge { get; set; }
Public Property ContinueIfOperatorsDoNotConverge As Boolean
Get
Set
public:
property bool ContinueIfOperatorsDoNotConverge {
bool get ();
void set (bool value);
}
member ContinueIfOperatorsDoNotConverge : bool with get, set
Property Value
Type:
BooleanSee Also