JobStatus Class
JobStatus.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
JobStatus
Constructor
JobStatus(**kwargs)
Variables
- execution_count
- int
Gets the number of times this job has executed.
- failure_count
- int
Gets the number of times this job has failed.
- faulted_count
- int
Gets the number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states).
- last_execution_time
- datetime
Gets the time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet.
- next_execution_time
- datetime
Gets the time of the next occurrence in ISO-8601 format. Could be empty if the job is completed.
Feedback
Submit and view feedback for