Package version:

The platform properties against which the run has to happen.

interface PlatformProperties {
    architecture?: string;
    os: string;
    variant?: string;
}

Properties

architecture?: string

The OS architecture.

os: string

The operating system type required for the run.

variant?: string

Variant of the CPU.