Datalayer VS Code Extension - v0.0.17
    Preparing search index...
    • Creates a new runtime with the specified environment.

      Parameters

      • datalayer: DatalayerClient

        Datalayer instance for API access.

      • environment: EnvironmentDTO

        Environment to use for the runtime.

      • OptionalpreSelectedSnapshotId: string

        Optional snapshot ID to restore from (skips snapshot selection).

      • OptionalonRuntimeCreating: (runtime: RuntimeDTO) => void | Promise<void>

        Optional callback triggered when runtime creation starts (after all dialogs).

      Returns Promise<RuntimeDTO>

      Created runtime or undefined if cancelled or failed.

      Error if the environment is missing the burningRate property.