ProcessingJobState Enumeration

Async processing operation, processing state.

Definition

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

Members

Created 0 The async processing operation has been created.
Started 1 The async processing operation has been started.
Completed 2 The async processing operation has been completed.
Failed 3 The async processing operation has been failed.
Cancelled 4 The async processing operation has been cancelled.

See Also