IProgressReporterCancellationPending 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: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool CancellationPending { get; }
Property Value
BooleanSee Also