BackgroundCalculationCancellationPending Property |
Gets a value indicating whether the application has requested cancellation of a background operation.
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 CancellationPending { get; }
Public ReadOnly Property CancellationPending As Boolean
Get
public:
virtual property bool CancellationPending {
bool get () sealed;
}
abstract CancellationPending : bool with get
override CancellationPending : bool with get
Property Value
Type:
Boolean if the application has requested cancellation of a background operation; otherwise
.
The default is
.
Implements
ITrackCalculationProgressCancellationPendingSee Also