BackgroundOperationState Enumeration

A type for the state of the background operation.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public enum BackgroundOperationState

Members

Idle 0 Waiting to be started.
Waiting 1 Waiting for next run.
Running 2 A run is ongoing.

See Also