"RokuKevin" wrote:
Although the STOP command will exit your program, it will also upload the stack trace to our servers and get your channel highlighted in a negative way by our channel quality reports internally at Roku.
The STOP command is meant as a debugging tool, not as an error handler, and definitely not as an easy way to exit your application.
I'll take this as an enhancement request for an "Exit" keyword that would simply exit the app.
--Kevin
"SolveLLC" wrote:"RokuKevin" wrote:
Although the STOP command will exit your program, it will also upload the stack trace to our servers and get your channel highlighted in a negative way by our channel quality reports internally at Roku.
The STOP command is meant as a debugging tool, not as an error handler, and definitely not as an easy way to exit your application.
I'll take this as an enhancement request for an "Exit" keyword that would simply exit the app.
--Kevin
Has this been implemented?
"TheEndless" wrote:
Calling "End" should do a clean exit now.