Skip to main content

Enum BatchTaskCancellationBehaviour

Namespace: SuperOffice.WebApi.Data
Assembly: 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