TargetedSegmentListOperatorResults.CompletedSuccessfully Property |
Gets or sets a value indicating whether the
operator run completed successfully.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool CompletedSuccessfully { get; protected set; }
Public Property CompletedSuccessfully As Boolean
Get
Protected Set
public:
property bool CompletedSuccessfully {
bool get ();
protected: void set (bool value);
}
member CompletedSuccessfully : bool with get, set
Property Value
Type:
Boolean
See Also