TI Connect Manager X Scripting Interface Documentation

terminate integer

TIco  :  TIte

This script command informs TI Connect Manager X to cancel or terminate a previous event transaction with the unique transaction id passed as the integer parameter to this event.

The transaction id currently operating on any given device can be retrieved via the "get io status of active device" operation.


Examples of using this event are:

terminate (transaction id of a)
[ where 'a' is composed of...
"set a to io status of active device 1" ]
 


This event cancels or terminates the active transaction on a given device using the prior event's unique transaction id. This is useful for canceling a download or upload operation under user control.

BACK

18 March 2004 - slr