Enum BatchTaskCancellationBehaviour
Namespace: SuperOffice.WebApi.DataAssembly: SuperOffice.WebApi.dll Batch task cancel support
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