Class StateEnum
Defines the jobs state
Namespace: Com.Kendox.Dcis.SubSystem.Service.Enumeration
Syntax
public sealed class StateEnum : Enum
Fields
Name | Description |
---|---|
Error | The job is error |
Finished | The job is finished |
InProgress | The job is in progress |
New | The job is new |
value__ |