datatype class SYS.DataCheck.StateReason extends %Library.Integer
ODBC Type: INTEGER
Reason codes providing extra information about why the system
is in its current state. Logical values are constants, defined
for convenience in %syDataCheck.mac
classmethod DisplayToLogical(%val As %String) as %Integer [ Language = objectscript ]
Inherited description: Converts the input value %val, which is a string representing an integer,
into a logical integer value.
Returns the logical integer value of the input string %val.
classmethod LogicalToDisplay(%val As %Integer) as %String [ Language = objectscript ]
Inherited description: Converts the value of %val, which is in logical integer format, into a display string.
The formatting is based on the value of the FORMAT parameter.