CheckStatusclass | thing.t[185] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
Command check status object. This is an abstract object that we use in to report results from a check of various kinds.
The purpose of this object is to consolidate the code for certain kinds of command checks into a single routine that can be used for different purposes - verification, selection from multiple possibilities (such as multiple paths), and command action processing. This object encapsulates a status - success or failure - and, when the status is failure, a message giving the reason for the failure.
class
CheckStatus : object
Superclass Tree (in declaration order)
Subclass Tree
CheckStatus
CheckStatusFailure
Global Objects
Summary of Properties
Summary of Methods
Properties
isSuccess | thing.t[187] |
did the check succeed or fail?
msgParams | thing.t[194] |
no description available
msgProp | thing.t[193] |
the message property or string, and parameters, for failure - this is for use with reportFailure or the like
Methods
(none)
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3
Generated on 5/16/2013 from TADS version 3.1.3