START must not quit the app out from under a running script.
| 71 | |
| 72 | // START must not quit the app out from under a running script. |
| 73 | bool allowsExit(void) const override { return false; } |
| 74 | |
| 75 | private: |
| 76 | // ScriptRequestSink: the 3DS half of a script's UI request. |