(kind = '')
| 493 | } |
| 494 | |
| 495 | function getAutoRunTimerPlanPhase(kind = '') { |
| 496 | return kind === AUTO_RUN_TIMER_KIND_SCHEDULED_START ? 'scheduled' : 'waiting_interval'; |
| 497 | } |
| 498 | |
| 499 | function getAutoRunTimerStatusPayload(plan) { |
| 500 | const normalizedPlan = normalizeAutoRunTimerPlan(plan); |
no outgoing calls
no test coverage detected