> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum BatchTaskState

## Syntax

```crmscript theme={null}
BatchTaskState
```

## Fields

| Name                   | Description                                                                                                 |
| ---------------------- | ----------------------------------------------------------------------------------------------------------- |
| Unknown                | Unknown state of the task.                                                                                  |
| New                    | The task is new, but not assigned or run by any party.                                                      |
| Aquired                | The task has been aquired by an instance that wants to execute the task, but has not been started.          |
| Started                | The task is executing.                                                                                      |
| Succeeded              | Executing the task has completed successfully.                                                              |
| Failed                 | Executing the task has halted and the task failed.                                                          |
| SucceededManualCleanup | Executing the task has completed successfully, and related data will be cleaned up by the responsible code. |
| All                    | Special type.                                                                                               |
