Skip to content

JobItemStatus

Namespace AgentPrism · Assembly AgentPrism.Abstractions.dll

The status of a batch job item.

[JsonConverter(typeof(JsonStringEnumConverter<JobItemStatus>))]
public enum JobItemStatus

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.

Written as a name in JSON, stored as smallint in the database. The value order must not change — only append.