ThreadedCalculationContinueExecution Property |
Gets or sets a value indicating whether a thread should continue its threaded execution.
It is the responsibility of derived classes to check this value in their
ExecuteWorker(Int32)
method and to stop their execution if it is false.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ContinueExecution { get; set; }
Public Property ContinueExecution As Boolean
Get
Set
public:
property bool ContinueExecution {
bool get ();
void set (bool value);
}
member ContinueExecution : bool with get, set
Property Value
Type:
BooleanSee Also