()
| 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. |
nothing calls this directly
no test coverage detected