PropagateSegmentResultsStoppedOnMaximumDuration Property |
Gets or sets a value indicating whether the propagation stopped due to the
MaximumDuration being exceeded.
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 StoppedOnMaximumDuration { get; set; }
Public Property StoppedOnMaximumDuration As Boolean
Get
Set
public:
property bool StoppedOnMaximumDuration {
bool get ();
void set (bool value);
}
member StoppedOnMaximumDuration : bool with get, set
Property Value
Type:
BooleanSee Also