MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / handleCloseTaskWin

Function handleCloseTaskWin

tech-study.js:3701–3709  ·  view source on GitHub ↗

* @description 关闭任务窗口

()

Source from the content-addressed store, hash-verified

3699 * @description 关闭任务窗口
3700 */
3701function handleCloseTaskWin() {
3702 // 同屏任务
3703 if (settings[SettingType.SAME_TAB] && id.value) {
3704 handleCloseFrame();
3705 return;
3706 }
3707 // 子窗口
3708 handleCloseWin();
3709}
3710/**
3711 * @description 打开并等待任务结束
3712 */

Callers 4

doingExamFunction · 0.70
handleNewsFunction · 0.70
handleVideoFunction · 0.70
readingFunction · 0.70

Calls 2

handleCloseFrameFunction · 0.70
handleCloseWinFunction · 0.70

Tested by

no test coverage detected