ProxyInstallStatus Type
On-disk snapshot of one engine's proxy-install state. Produced by `checkStatus`; consumed by `health` and by the Settings tab status display.
Record fields
| Record Field |
Description
|
Full Usage:
AiFilesPresent
Field type: bool
|
All three proxy files exist under `InstalledAtPath`.
|
Full Usage:
DevModeFilePresent
Field type: bool
|
`
|
Full Usage:
EngineVersion
Field type: string
|
Engine version the status pertains to (e.g. `"2026.03.14"`).
|
Full Usage:
InstalledAtPath
Field type: string
|
Absolute path to the target install directory under the engine, even when it does not yet exist.
|
Full Usage:
InstalledVersion
Field type: string option
|
Version of the proxy currently installed at `InstalledAtPath`. `None` when no install is present.
|
Full Usage:
MatchesBundled
Field type: bool
|
`InstalledVersion = Some bundled.Version`, i.e. no upgrade required.
|
Full Usage:
SimpleAiListDisabled
Field type: bool
|
`
|
FSBarV1_Archived