> ## 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 • Rust AI Agent SDK

> TaskStatus: Task status

# TaskStatus

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

<Badge color="orange">Rust AI Agent SDK</Badge>

Task status

## Fields

| Name           | Type      | Description            |
| -------------- | --------- | ---------------------- |
| `Not`          | `variant` | -                      |
| `started`      | `variant` | -                      |
| `default`      | `variant` | Not started            |
| `NotStarted`   | `variant` | Not started            |
| `In`           | `variant` | -                      |
| `progress`     | `variant` | -                      |
| `InProgress`   | `variant` | In progress            |
| `Completed`    | `variant` | -                      |
| `successfully` | `variant` | -                      |
| `Completed`    | `variant` | Completed successfully |
| `Failed`       | `variant` | -                      |
| `Failed`       | `variant` | Failed                 |
| `Skipped`      | `variant` | -                      |
| `Skipped`      | `variant` | Skipped                |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/task/mod.rs">
  `praisonai/src/task/mod.rs` at line 0
</Card>

***

## Related Documentation

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

  <Card title="Rust Execution" icon="play" href="/docs/rust/execution" />
</CardGroup>
