Click or drag to resize

DummyProgressReporterCancellationPending Property

Returns true if the activity was cancelled by the user. The script has to check this value periodically. If it is set to true, the script should return.

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

Property Value

Boolean

Implements

IProgressReporterCancellationPending
See Also