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

# SuperOffice.WebApi.Data.BatchTaskState

# <a id="SuperOffice_WebApi_Data_BatchTaskState" /> Enum BatchTaskState

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public enum BatchTaskState
```

## Fields

`All = 99999`

99999: Special type.

`Aquired = 2`

2: The task has been aquired by an instance that wants to execute the task, but has not been started.

`Failed = 5`

5: Executing the task has halted and the task failed.

`New = 1`

1: The task is new, but not assigned or run by any party.

`Started = 3`

3: The task is executing.

`Succeeded = 4`

4: Executing the task has completed successfully.

`SucceededManualCleanup = 6`

6: Executing the task has completed successfully, and related data will be cleaned up by the responsible code.

`Unknown = 0`

0: Unknown state of the task.


## Related topics

- [SuperOffice.WebApi.Data.Batch GetBatchTaskInfosByStateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Batch_GetBatchTaskInfosByStateRequest.md)
- [SuperOffice.WebApi.Data.BatchTaskInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.BatchTaskInfo.md)
- [SuperOffice.WebApi.Agents.BatchAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.BatchAgent.md)
- [SuperOffice.WebApi.Data.Batch GetBatchTaskInfosByAssociatesAndStateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Batch_GetBatchTaskInfosByAssociatesAndStateRequest.md)
- [SuperOffice.WebApi.Data.Batch GetBatchTaskInfosByNameAndStateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Batch_GetBatchTaskInfosByNameAndStateRequest.md)
- [SuperOffice.WebApi.Agents.IBatchAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IBatchAgent.md)
