Gets the flag if background worker is in cancellation state.

Namespace: MonoSoftware.Core.Components
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool CancellationPending { get; }
Visual Basic
Public ReadOnly Property CancellationPending As Boolean
	Get
Visual C++
public:
property bool CancellationPending {
	bool get ();
}
F#
member CancellationPending : bool with get

Property Value

Type: Boolean

See Also