AboutSupportDeveloper GuideVersion 41.134.100.118
interface RVMInfo {
    action: string;
    appLogDirectory: string;
    osArch: string;
    path: string;
    rvmArch: string;
    start-time: string;
    version: string;
    working-dir: string;
}

Properties

action: string

The name of action: "get-rvm-info".

appLogDirectory: string

The app log directory.

osArch: string

Architecture of the OS that the RVM is running on. One of arm64, x86, x64. Available since RVM 16.

path: string

The path of OpenfinRVM.exe.

rvmArch: string

Process architecture of the RVM. One of arm64, x86, x64. Available since RVM 16.

start-time: string

The start time of RVM. Format is YYYY-MM-DD HH:MM:SS in local time or NA on error.

version: string

The version of RVM.

working-dir: string

The path to the working directory.

""