ConnStatus
@Serializable { simple=true }
const class ConnStatus : Enum
ConnStatus enumeration. This is a unified status value that incorporates connStatus, curStatus, writeStatus and hisStatus. We do not model hisStatus pending/syncing.
Return the ConnStatus instance for the specified name
List of ConnStatus values indexed by ordinal
Is the unknown instance
Is the ok instance
Is this is a remote status
Is the disabled instance
Return if this is not isRemote
const static ConnStatus : disabled
const static ConnStatus : down
const static ConnStatus : fault
static new fromStr(Str name, Bool checked)
Return the ConnStatus instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
Bool isDisabled()
Is the disabled instance
Bool isLocal()
Return if this is not isRemote
Bool isOk()
Is the ok instance
Bool isRemote()
Is this is a remote status
Bool isUnknown()
Is the unknown instance
const static ConnStatus : ok
const static ConnStatus : remoteDisabled
const static ConnStatus : remoteDown
const static ConnStatus : remoteFault
const static ConnStatus : remoteUnknown
const static ConnStatus : stale
const static ConnStatus : unknown
const static ConnStatus[] : vals
List of ConnStatus values indexed by ordinal