RunnerLifecycleMilestone
Bounded live milestone emitted by the runner supervisor.
atAt (string)required
UTC timestamp when the milestone was recorded.
nameName (string)required
Short milestone name.
detail object
Optional compact detail for the milestone.
- string
- null
string
RunnerLifecycleMilestone
{
"at": "string",
"name": "string",
"detail": "string"
}