MCPcopy
hub / github.com/ntfstool/ntfstool / goResume

Function goResume

src/main/lib/PageConfig.js:121–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121export function goResume() {
122 setTimeout(function () {
123 openHomePage("hide");
124 monitorUsb();
125 }, 10000)
126
127 setTimeout(function () {
128 openDialogPage("hide");
129 openSettingPage("hide");
130 openFeedBackPage("hide");
131 }, 20000)
132}
133
134export function goSleep() {
135 try {

Callers 1

index.jsFile · 0.90

Calls 5

monitorUsbFunction · 0.85
openDialogPageFunction · 0.85
openHomePageFunction · 0.70
openSettingPageFunction · 0.70
openFeedBackPageFunction · 0.70

Tested by

no test coverage detected