ProxyHealth Type
Operator-facing health projection over `ProxyInstallStatus`.
Union cases
| Union case |
Description
|
Full Usage:
ConfigIncomplete reasons
Parameters:
string list
|
Files are in place but devmode.txt / simpleAiList is still missing or `true`.
|
Full Usage:
NotInstalled
|
No proxy install present at all. |
Full Usage:
StaleEngine(forEngine, activeEngine)
Parameters:
string
activeEngine : string
|
The proxy is installed but under a different engine
version than the hub's active engine — the user's
`AI/Skirmish/HighBarV2/
|
Full Usage:
StaleVersion(installed, bundled)
Parameters:
string
bundled : string
|
An older version of the proxy is installed under the checked engine; an upgrade would swap files.
|
Full Usage:
UpToDate
|
Everything is installed and current. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsConfigIncomplete
Returns: bool
|
|
Full Usage:
this.IsNotInstalled
Returns: bool
|
|
Full Usage:
this.IsStaleEngine
Returns: bool
|
|
Full Usage:
this.IsStaleVersion
Returns: bool
|
|
Full Usage:
this.IsUpToDate
Returns: bool
|
|
FSBarV1_Archived