modal-ts
    Preparing search index...

    Type Alias SandboxTerminateParams

    Sandbox.terminate()のオプションパラメータ

    type SandboxTerminateParams = {
        wait?: boolean;
    }
    Index

    Properties

    Properties

    wait?: boolean

    If true, wait for the Sandbox to finish and return the exit code.