Click or drag to resize

JobStatus Enumeration

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.WCF
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[DataContractAttribute(Name = "JobStatus", Namespace = "http://schemas.omada.net/ois/2014/Provisioning/Monitor")]
public enum JobStatus
Members
  Member nameValueDescription
Created0
Completed1
Retrying2
Failed3
Archived4
Review5
PartiallyCompleted6
Relayed7
Processing8
See Also