Viam SDK
    Preparing search index...

    Enumeration GetMachineStatusResponse_State

    from enum viam.robot.v1.GetMachineStatusResponse.State

    Index

    Enumeration Members

    Enumeration Members

    INITIALIZING: 1

    the machine is reachable but still in the process of configuring initial modules and resources.

    from enum value: STATE_INITIALIZING = 1;

    RUNNING: 2

    the machine has finished initializing.

    from enum value: STATE_RUNNING = 2;

    UNSPECIFIED: 0

    from enum value: STATE_UNSPECIFIED = 0;