__abortLaunch
In this section:
Syntax
__abortLaunch(message)Parameters
paramA string.
Return value
None.
For use with
All C-SPY drivers.
Description
This macro can be used for ....
Example
if (!__messageBoxYesCancel("Do you want to mass erase to unlock the device?", "Unlocking device"))
{ __abortLaunch("Unlock canceled. Debug session cannot continue."); }