MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / isAutoRunPausedState

Function isAutoRunPausedState

background.js:3825–3827  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

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

Callers 4

scheduleAutoRunFunction · 0.85
resumeAutoRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected