> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Task Status • AI Agent SDK

> TaskStatus: Enumeration for task status values to ensure consistency

# TaskStatus

> Defined in the [**agents**](../modules/agents) module.

<Badge color="blue">AI Agent</Badge>

Enumeration for task status values to ensure consistency

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agents/agents.py#L22">
  `praisonaiagents/agents/agents.py` at line 22
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Tasks Concept" icon="list-check" href="/docs/concepts/tasks" />

  <Card title="Task Configuration" icon="gear" href="/docs/configuration/task-config" />

  <Card title="Task Validation" icon="check-double" href="/docs/features/task-validation-feedback" />
</CardGroup>
