Click or drag to resize

OperationStatus Enumeration

Represents the status of a operation with progress monitor.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum OperationStatus
Members
Member nameValueDescription
Normal0 Everything is normal.
Warning1 There was at least one warning.
Error2 There was at least one error.
See Also