from enum viam.robot.v1.GetMachineStatusResponse.State
the machine is reachable but still in the process of configuring initial modules and resources.
from enum value: STATE_INITIALIZING = 1;
the machine has finished initializing.
from enum value: STATE_RUNNING = 2;
from enum value: STATE_UNSPECIFIED = 0;
Generated
from enum viam.robot.v1.GetMachineStatusResponse.State