The status of the service when it is in one of ReplicatedJob or GlobalJob modes. Absent on Replicated and Global mode services. The JobIteration is an ObjectVersion, but unlike the Service's version, does not need to be sent with an update request. ServiceJobStatus

interface ServiceJobStatus {
    JobIteration?: ObjectVersion;
    LastExecution?: string;
}

Properties

JobIteration?: ObjectVersion
LastExecution?: string

The last time, as observed by the server, that this job was started.