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
| Name | Description |
|---|---|
| Reception | Reception state |
| Certified | Certified state |
| Conforme | Conform state |
| Used | Usable/in-use state |
| UsedWithRestrictions | Usable with restrictions |
| Retired | Retired state |
| Deleted | Deleted state |
Example
EqptStateID("Deleted") = TEquipementState.Deleted.Value