PropagateSegmentClearStoppingConditionsAutoSegment Method |
Removes the optional
segment that would have been run if the
specified
StoppingCondition would stop propagation. This method will return
if the
stoppingCondition has no optional segment.
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 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.StoppingConditionsStoppingCondition
The StoppingCondition whose associated segment should be cleared.
Return Value
Type:
Boolean if the segment was removed successfully.
if there was no segment to remove or if a problem was encountered.
See Also