AiAgentTaskStatus
No description
enum AiAgentTaskStatus {
PENDING
RUNNING
COMPLETED
ERROR
ACTIVE
INACTIVE
}
Values
AiAgentTaskStatus.PENDING {#pending}
AiAgentTaskStatus.RUNNING {#running}
AiAgentTaskStatus.COMPLETED {#completed}
AiAgentTaskStatus.ERROR {#error}
AiAgentTaskStatus.ACTIVE {#active}
AiAgentTaskStatus.INACTIVE {#inactive}
Member Of
AiAgentTask object ●
AiAgentTaskUpdateInput input
Was this topic helpful?