modal
    Preparing search index...

    Type Alias SandboxTerminateParams

    Optional parameters for Sandbox.createConnectToken().

    type SandboxTerminateParams = {
        wait?: boolean;
    }
    Index

    Properties

    Properties

    wait?: boolean

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