Uses of Class
com.azure.ai.agents.persistent.models.RunStatus
Packages that use RunStatus
Package
Description
Package containing the data models for Agents.
-
Uses of RunStatus in com.azure.ai.agents.persistent.models
Fields in com.azure.ai.agents.persistent.models declared as RunStatusModifier and TypeFieldDescriptionstatic final RunStatusRunStatus.CANCELLEDRepresents a run that has been cancelled.static final RunStatusRunStatus.CANCELLINGRepresents a run that is in the process of cancellation.static final RunStatusRunStatus.COMPLETEDRepresents a run that successfully completed.static final RunStatusRunStatus.EXPIREDRepresents a run that expired before it could otherwise finish.static final RunStatusRunStatus.FAILEDRepresents a run that failed.static final RunStatusRunStatus.IN_PROGRESSRepresents a run that is in progress.static final RunStatusRunStatus.QUEUEDRepresents a run that is queued to start.static final RunStatusRunStatus.REQUIRES_ACTIONRepresents a run that needs another operation, such as tool output submission, to continue.Methods in com.azure.ai.agents.persistent.models that return RunStatusModifier and TypeMethodDescriptionstatic RunStatusRunStatus.fromString(String name) Creates or finds a RunStatus from its string representation.ThreadRun.getStatus()Get the status property: The status of the agent thread run.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type RunStatusModifier and TypeMethodDescriptionstatic Collection<RunStatus> RunStatus.values()Gets known RunStatus values.