> ## 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.BatchTaskCancellationBehaviour

# <a id="SuperOffice_WebApi_Data_BatchTaskCancellationBehaviour" /> Enum BatchTaskCancellationBehaviour

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

Batch task cancel support

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

## Fields

`CanCancel = 0`

0: The batch task can be cancelled

`CancelWithWarning = 1`

1: The batch task can be cancelled, but the UI will display a warning (symbol SR\_BATCH\_\<snakeCaseName>\_CANCELLATION

`CannotCancel = 2`

2: The batch task cannot be cancelled


## Related topics

- [SuperOffice.WebApi.Data.BatchTaskInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.BatchTaskInfo.md)
- [SuperOffice.WebApi.Data.ArchiveBehaviour](/en/api/reference/webapi/SuperOffice.WebApi.Data.ArchiveBehaviour.md)
- [SuperOffice.WebApi.Data.Batch DeleteBatchTaskRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Batch_DeleteBatchTaskRequest.md)
- [SuperOffice.WebApi.Data.Batch DeleteBatchTasksRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Batch_DeleteBatchTasksRequest.md)
- [SuperOffice.WebApi.Data.Batch UpdateBatchTaskRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Batch_UpdateBatchTaskRequest.md)
- [SuperOffice.WebApi.Data.Batch GetBatchTaskInfoRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Batch_GetBatchTaskInfoRequest.md)
