Enum BatchTaskCancellationBehaviour
Batch task cancel support
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum BatchTaskCancellationBehaviour
Fields
Name | Description |
---|---|
CanCancel | 0: The batch task can be cancelled |
CancelWithWarning | 1: The batch task can be cancelled, but the UI will display a warning (symbol SR_BATCH_<snakeCaseName>_CANCELLATION |
CannotCancel | 2: The batch task cannot be cancelled |