Show / Hide Table of Contents

Enum BatchTaskCancellationBehaviour

Batch task cancel support

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.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

Extension Methods

EnumUtil.MapEnums<BatchTaskCancellationBehaviour, To>(BatchTaskCancellationBehaviour)
Converters.MapEnums<BatchTaskCancellationBehaviour, To>(BatchTaskCancellationBehaviour)
ObjectExtensions.AssignByReflection<BatchTaskCancellationBehaviour>(BatchTaskCancellationBehaviour, BatchTaskCancellationBehaviour)
ObjectExtensions.GraphCopy<BatchTaskCancellationBehaviour>(BatchTaskCancellationBehaviour)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top