PropagateSegment.ClearStoppingConditionsAutoSegment Method |
Removes the optional
segment that would have been run if the
specified
StoppingCondition would stop propagation. This method will return
false
if the
stoppingCondition has no optional segment.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool ClearStoppingConditionsAutoSegment(
StoppingCondition stoppingCondition
)
Public Function ClearStoppingConditionsAutoSegment (
stoppingCondition As StoppingCondition
) As Boolean
public:
bool ClearStoppingConditionsAutoSegment(
StoppingCondition^ stoppingCondition
)
member ClearStoppingConditionsAutoSegment :
stoppingCondition : StoppingCondition -> bool
Parameters
- stoppingCondition
- Type: AGI.Foundation.StoppingConditions.StoppingCondition
The StoppingCondition whose associated segment should be cleared.
Return Value
Type:
Booleantrue if the segment was removed successfully.
false
if there was no segment to remove or if a problem was encountered.
See Also