stoppingAt property
The Unix timestamp for when the task stops (transitions from the
RUNNING
state to STOPPED
).
Implementation
final DateTime? stoppingAt;
The Unix timestamp for when the task stops (transitions from the
RUNNING
state to STOPPED
).
final DateTime? stoppingAt;