Header menu logo Nao

RuntimePolicy Type

Session-level policy deciding how tool processes are launched, overlaying the runtime each tool declares for itself.

Union cases

Union case Description

Containerized image

Full Usage: Containerized image

Parameters:
    image : string option

Run every tool inside a container. When `image` is None the tool runtime's default image is used (falling back to a base image).

image : string option

ForceRuntime runtime

Full Usage: ForceRuntime runtime

Parameters:
    runtime : string

Force every tool to launch through the named runtime on the host (e.g. "deno").

runtime : string

HostDefault

Full Usage: HostDefault

Each tool uses its own declared runtime, executed on the host.

Instance members

Instance member Description

this.IsContainerized

Full Usage: this.IsContainerized

Returns: bool
Returns: bool

this.IsForceRuntime

Full Usage: this.IsForceRuntime

Returns: bool
Returns: bool

this.IsHostDefault

Full Usage: this.IsHostDefault

Returns: bool
Returns: bool

Type something to start searching.