JobRecurrenceInformation Class
Recurrence job information for a specific recurrence.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
JobRecurrenceInformation
Constructor
JobRecurrenceInformation(**kwargs)
Variables
- recurrence_id
- str
The recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together.
- recurrence_name
- str
The recurrence name, user friendly name for the correlation between jobs.
- num_jobs_failed
- int
The number of jobs in this recurrence that have failed.
- num_jobs_canceled
- int
The number of jobs in this recurrence that have been canceled.
- num_jobs_succeeded
- int
The number of jobs in this recurrence that have succeeded.
- au_hours_failed
- float
The number of job execution hours that resulted in failed jobs.
- au_hours_canceled
- float
The number of job execution hours that resulted in canceled jobs.
- au_hours_succeeded
- float
The number of job execution hours that resulted in successful jobs.
- last_submit_time
- datetime
The last time a job in this recurrence was submitted.
Feedback
Submit and view feedback for