JobItemStatus
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllThe status of a batch job item.
[JsonConverter(typeof(JsonStringEnumConverter<JobItemStatus>))]public enum JobItemStatusFields
Section titled “Fields”Completed = 1
The item was processed successfully.
Failed = 2
An error occurred while processing the item.
Pending = 0
The item has not been processed yet.
Remarks
Section titled “Remarks”Written as a name in JSON, stored as smallint in the database. The
value order must not change — only append.