startedAt property
The Unix timestamp for when the task started (the task transitioned from the
PENDING
state to the RUNNING
state).
Implementation
final DateTime? startedAt;
The Unix timestamp for when the task started (the task transitioned from the
PENDING
state to the RUNNING
state).
final DateTime? startedAt;