.halt Method
Function: |
Stops your program execution (halts VM). |
Syntax: |
sys.halt |
Returns: |
--- |
See Also: |
Details
Causes the same result as when you press PAUSE in TIDE during a debug session. Once this method has been used, there is no way for your device to resume execution without your help.