EqptStateID

Qubes 9.0 Returns the ID associated to an equipment state technical name.

Syntax

EqptStateID(stateName)
stateName = technical name of the state

Remarks

The technical names are those of the TEquipementState script enumeration, are as follows

NameDescription
ReceptionReception state
CertifiedCertified state
ConformeConform state
UsedUsable/in-use state
UsedWithRestrictionsUsable with restrictions
RetiredRetired state
DeletedDeleted state

Example

EqptStateID("Deleted") = TEquipementState.Deleted.Value

Classification

Qubes