SegmentResultsCanceled Property |
Gets or sets a value indicating whether the propagation run was canceled.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Canceled { get; set; }
Public Property Canceled As Boolean
Get
Set
public:
property bool Canceled {
bool get ();
void set (bool value);
}
member Canceled : bool with get, set
Property Value
Type:
BooleanSee Also