Click or drag to resize

DummyProgressReporterCancellationToken Property

Gets the cancellation token (soft). Typical use of the soft cancellation token is to interrupt some work, without compromising the result (the result typically is incomplete, but not corrupted).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CancellationToken CancellationToken { get; }

Property Value

CancellationToken

Implements

IProgressReporterCancellationToken
See Also