PropagateSegmentStopOnMaximumDurationBehavior Property |
Gets or sets what should be done if the span of propagation exceeds the
MaximumDuration.
By default this will stop all propagation and immediately return the results computed up to this point.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public MaximumDurationBehavior StopOnMaximumDurationBehavior { get; set; }
Public Property StopOnMaximumDurationBehavior As MaximumDurationBehavior
Get
Set
public:
property MaximumDurationBehavior StopOnMaximumDurationBehavior {
MaximumDurationBehavior get ();
void set (MaximumDurationBehavior value);
}
member StopOnMaximumDurationBehavior : MaximumDurationBehavior with get, set
Property Value
Type:
MaximumDurationBehaviorSee Also