Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 839 Bytes

ServiceJobStatus.md

File metadata and controls

9 lines (6 loc) · 839 Bytes

DockerEngineApi.ServiceJobStatus

Properties

Name Type Description Notes
jobIteration ObjectVersion JobIteration is a value increased each time a Job is executed, successfully or otherwise. "Executed", in this case, means the job as a whole has been started, not that an individual Task has been launched. A job is "Executed" when its ServiceSpec is updated. JobIteration can be used to disambiguate Tasks belonging to different executions of a job. Though JobIteration will increase with each subsequent execution, it may not necessarily increase by 1, and so JobIteration should not be used to [optional]
lastExecution String The last time, as observed by the server, that this job was started. [optional]