CheckStatusclass
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)
CheckStatus
` object`
Subclass Tree
CheckStatus
CheckStatusFailure
Global Objects
Summary of Properties
Summary of Methods
(none)
Properties
isSuccess
did the check succeed or fail?
msgParams
no description available
msgProp
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