node-lxc
    Preparing search index...

    Variable GetWaitStates

    GetWaitStates: () => string[]

    Type Declaration

      • (): string[]
      • Return the list of valid container wait-state strings. These are the values accepted by container.wait() and returned by container.state.

        Returns string[]

        Array of state name strings (e.g. ["STOPPED", "STARTING", "RUNNING", ...]).