Click or drag to resize

BatchJobStatus Enumeration

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public enum BatchJobStatus
Members
  Member nameValueDescription
Queued0
Paused1
InProgress2
Pending3
Complete4
Finished5
Cancelled6
Error7
Restarted8
See Also