Backgroundprocess
Represents details of the Background Process
creationDatestring<date-time>
When this process was created. Stored as Organization Time
Example:
2016-09-06T13:37:50+03:00encodedKeystring
The encoded key of the entity, generated, globally unique
endDatestring<date-time>
When this process was ended. Stored as Organization Time
Example:
2016-09-06T13:37:50+03:00startDatestring<date-time>
When this process was started. Stored as Organization Time
Example:
2016-09-06T13:37:50+03:00statestring
Represents the execution status of a background process
Possible values: [QUEUED, IN_PROGRESS, COMPLETE, NOT_FOUND, CANCEL, TO_BE_CANCELED, TIMED_OUT, ERROR, TRANSIENT_ERROR, OVERRIDDEN, RECOVERABLE_ERROR]
Example:
CANCELtypestring
Represents type of the Background Process
Possible values: [CRON_JOBS, EARLY_MANUAL_CRON_JOBS_TRIGGER, MANUAL_CRON_JOBS_TRIGGER]
Example:
CRON_JOBSBackgroundprocess
{
"creationDate": "2016-09-06T13:37:50+03:00",
"encodedKey": "string",
"endDate": "2016-09-06T13:37:50+03:00",
"startDate": "2016-09-06T13:37:50+03:00",
"state": "CANCEL",
"type": "CRON_JOBS"
}