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

Function waitForResume

background.js:5095–5106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5093}
5094
5095async function waitForResume() {
5096 throwIfStopped();
5097 const state = await getState();
5098 if (state.email) {
5099 await addLog('邮箱已就绪,自动继续后续步骤...', 'info');
5100 return;
5101 }
5102
5103 return new Promise((resolve, reject) => {
5104 resumeWaiter = { resolve, reject };
5105 });
5106}
5107
5108function createAutoRunRoundSummary(round) {
5109 return autoRunController.createAutoRunRoundSummary(round);

Callers 1

ensureAutoEmailReadyFunction · 0.85

Calls 3

getStateFunction · 0.85
throwIfStoppedFunction · 0.70
addLogFunction · 0.70

Tested by

no test coverage detected