MCPcopy Index your code
hub / github.com/NobyDa/Script / delayClose

Function delayClose

IPA-Installer/IPA-Installer-JSBox.js:133–144  ·  view source on GitHub ↗
(time)

Source from the content-addressed store, hash-verified

131}
132
133function delayClose(time) {
134 $location.stopUpdates()
135 $thread.main({
136 delay: time,
137 handler: function() {
138 if ($app.env == $env.action || $app.env == $env.safari) {
139 $context.close()
140 }
141 $app.close()
142 }
143 })
144}

Callers 3

fileCheckFunction · 0.85
installFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected