MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / exit

Function exit

src/scripting/api/Runtime/Runtime.ts:283–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281 * Invoke graceful exit of script engine
282 */
283 export function exit():void{
284 __achannel("::worker:state", "worker", "terminated");
285 self.close();
286 }
287
288 /**
289 * Attempts to invoke an alert dialog.

Callers

nothing calls this directly

Calls 1

__achannelFunction · 0.85

Tested by

no test coverage detected