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

# Enum BatchTaskCancellationBehaviour

> Batch task cancel support

Batch task cancel support

## Syntax

```crmscript theme={null}
BatchTaskCancellationBehaviour
```

## Fields

| Name              | Description                                                                                                          |
| ----------------- | -------------------------------------------------------------------------------------------------------------------- |
| CanCancel         | The batch task can be cancelled                                                                                      |
| CancelWithWarning | The batch task can be cancelled, but the UI will display a warning (symbol SR\_BATCH\_\<snakeCaseName>\_CANCELLATION |
| CannotCancel      | The batch task cannot be cancelled                                                                                   |


## Related topics

- [SuperOffice.WebApi.Data.BatchTaskCancellationBehaviour](/en/api/reference/webapi/SuperOffice.WebApi.Data.BatchTaskCancellationBehaviour.md)
- [SuperOffice.WebApi.Data.BatchTaskInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.BatchTaskInfo.md)
- [Update Batch Task](/en/api/reference/restful/rest/batch/update-batch-task.md)
- [Get Batch Task Info](/en/api/reference/restful/rest/batch/get-batch-task-info.md)
- [Start Batch Job](/en/api/reference/restful/rest/batch/start-batch-job.md)
