...
Method | GetVariable | ||
---|---|---|---|
Module | Nomad | ||
Library | 1E | ||
Action |
| ||
Parameters |
A variable can be any piece of info about Nomad such as a registry setting or even some computed value based on the current state of Nomad. This API is meant to be a flexible way of getting info out from Nomad which can be extended in future without breaking any COM interfaces. Currently the following three are the only supported variables:
| ||
Return values | Value (string): The value of the requested variable. | ||
Example | Get the current value of Nomad setting “SSDEnabled”"SSDEnabled":
| ||
Platforms |
| ||
Notes | Requires Nomad v6.3.200 or later. Available from Tachyon v3.2. |
...