stoppedAt property
The Unix timestamp (in milliseconds) for when the job was stopped (when the
job transitioned from the RUNNING
state to a terminal state,
such as SUCCEEDED
or FAILED
).
Implementation
final int? stoppedAt;
The Unix timestamp (in milliseconds) for when the job was stopped (when the
job transitioned from the RUNNING
state to a terminal state,
such as SUCCEEDED
or FAILED
).
final int? stoppedAt;