RoutineRunPhase type

通常のランで記録された既知のライフサイクルフェーズ。

type RoutineRunPhase = "queued" | "dispatching" | "completed" | "failed"