RunReplayOutcome
Namespace AgentPrism · Assembly
AgentPrism.Core.dllRepresents the outcome of a replay preparation.
public enum RunReplayOutcomeFields
Section titled “Fields”ApprovalRequired = 4
A tool that requires approval cannot run with ReplayToolMode.LiveTools.
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.