Skip to content
Tracon

RunReplayOutcome

Namespace Tracon · Assembly Tracon.Core.dll

Represents the outcome of a replay preparation.

public enum RunReplayOutcome

ApprovalRequired = 4

A tool that requires approval cannot run with ReplayToolMode.LiveTools.

ClientToolNotReplayable = 5

The agent carries a client-side tool (AddClientTool). The tool has no server-side body and no recorded result, so no replay mode can answer a call to it.

InputNotFound = 2

The source run has no recorded input.

NotSupported = 3

The requested conditions cannot be applied to this agent.

Ready = 0

The plan is ready.

RunNotFound = 1

The source run does not exist or belongs to a different tenant.