Types
BuildRunAgentUnavailableReason
Why an agent cannot currently run a build.
enum
BuildRunAgentUnavailableReasonValues
OFFLINE
The agent is not currently connected to the control plane.
AGENT_UPDATE_REQUIRED
The agent must be updated before it can participate in cross-agent running.
The source agent is unavailable and the runnable artifact is not cached.
INCOMPATIBLE_ARCHITECTURE
The runnable app architecture is known to be incompatible with this agent.
NOT_MACOS
The agent is not running macOS.