ThreadManager AbortRequested Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether user-initiated abort has been requested.

Namespace: CleanCode.Threading
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool AbortRequested { get; set; }

Field Value

true if abort requested; otherwise, false.
See Also