BackgroundOperationState Enumeration |
A type for the state of the background operation.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic enum BackgroundOperationState
Public Enumeration BackgroundOperationState
public enum class BackgroundOperationState
Members
| Member name | Value | Description |
---|
| Idle | 0 |
Waiting to be started.
|
| Waiting | 1 |
Waiting for next run.
|
| Running | 2 |
A run is ongoing.
|
See Also