PlatformProperties interface
The platform properties against which the run has to happen.
Properties
architecture | The OS architecture. |
os | The operating system type required for the run. |
variant | Variant of the CPU. |
Property Details
architecture
The OS architecture.
architecture?: string
Property Value
string
os
The operating system type required for the run.
os: string
Property Value
string
variant
Variant of the CPU.
variant?: string
Property Value
string