Name | Type | Description | Notes |
---|---|---|---|
scheduledAt | [OffsetDateTime] | Datetime for which the batch was scheduled | |
createdAt | [OffsetDateTime] | Datetime on which the batch was scheduled | |
status | StatusEnum | Current status of the scheduled batch |
Name | Value |
---|---|
INPROGRESS | "inProgress" |
QUEUED | "queued" |
PROCESSED | "processed" |
ERROR | "error" |