StoppablePropagatorResultsAborted Property |
Gets a value indicating whether or not the function run aborted.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic bool Aborted { get; }
Public ReadOnly Property Aborted As Boolean
Get
public:
property bool Aborted {
bool get ();
}
member Aborted : bool with get
Property Value
Type:
Boolean
See Also