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