ExitActionSignalclassexec.t[1326]

Exit Action signal. This signal indicates that we're finished with the execAction portion of processing the command, but we still want to proceed with the rest of the command as normal. This can be used when a step in the action processing wants to preempt any of the more default processing that would normally follow. This skips directly to the 'afterAction' phase of the command.

Note that this doesn't prevent further processing of the same command if there are multiple objects involved, and it doesn't affect processing of additional commands on the same command line. If you want to cancel further iteration of the same command for additional objects, call gAction.cancelIteration().

class ExitActionSignal :   Exception

Superclass Tree   (in declaration order)

ExitActionSignal
        Exception
                object

Subclass Tree  

(none)

Global Objects  

(none)

Summary of Properties  

Inherited from Exception :
errmsg_ 

Summary of Methods  

Inherited from Exception :
construct  displayException  getExceptionMessage  showStackTrace 

Properties  

(none)

Methods  

(none)

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3