Click or drag to resize

ExternalDrivenBackgroundMonitorReporterShouldReportNow Property

True if we should report the progress now. The progress can be reported at any time, but if the evaluation of the progress is costing, then this flag should be viewed first.

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

Property Value

Boolean

Implements

IProgressReporterShouldReportNow
See Also