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

# 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
