• ------------------------------
  • JS API Reference

    Enumeration: DeploymentState

    experimental/deployment/deployment.DeploymentState

    Table of contents

    Enumeration Members

    Enumeration Members

    INITIAL

    INITIAL = "INITIAL"

    Defined in

    src/experimental/deployment/deployment.ts:14


    STARTING

    STARTING = "STARTING"

    Defined in

    src/experimental/deployment/deployment.ts:15


    READY

    READY = "READY"

    Defined in

    src/experimental/deployment/deployment.ts:16


    STOPPING

    STOPPING = "STOPPING"

    Defined in

    src/experimental/deployment/deployment.ts:17


    STOPPED

    STOPPED = "STOPPED"

    Defined in

    src/experimental/deployment/deployment.ts:18


    ERROR

    ERROR = "ERROR"

    Defined in

    src/experimental/deployment/deployment.ts:19