BackgroundOperationState Enumeration
A type for the state of the background operation.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public enum BackgroundOperationState
Idle |
0 |
Waiting to be started.
|
Waiting |
1 |
Waiting for next run.
|
Running |
2 |
A run is ongoing.
|