Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool ContinueExecution { get; set; }

Property Value

Type: Boolean
See Also