(state)
| 3823 | } |
| 3824 | |
| 3825 | function isAutoRunPausedState(state) { |
| 3826 | return Boolean(state.autoRunning) && state.autoRunPhase === 'waiting_email'; |
| 3827 | } |
| 3828 | |
| 3829 | function isAutoRunScheduledState(state) { |
| 3830 | const plan = normalizeAutoRunTimerPlanFromState(state); |
no outgoing calls
no test coverage detected