stoppedAt property
The Unix timestamp (in milliseconds) for when the attempt was stopped (when
the attempt 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 attempt was stopped (when
the attempt transitioned from the RUNNING
state to a terminal
state, such as SUCCEEDED
or FAILED
).
final int? stoppedAt;