CheckStatusclassthing.t[185]

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  

checkStatusSuccess 

Summary of Properties  

isSuccess  msgParams  msgProp 

Summary of Methods  

(none)

Properties  

isSuccessthing.t[187]

did the check succeed or fail?

msgParamsthing.t[194]
no description available

msgPropthing.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