OperationStatus Enumeration |
Represents the status of a operation with progress monitor.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum OperationStatus
Members Member name | Value | Description |
---|
Normal | 0 |
Everything is normal.
|
Warning | 1 |
There was at least one warning.
|
Error | 2 |
There was at least one error.
|
See Also