Class BatchTaskCancellationBehaviour
Batch task cancel support
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class BatchTaskCancellationBehaviour : Enum
Fields
CanCancel
0: The batch task can be cancelled
Declaration
public const BatchTaskCancellationBehaviour CanCancel
Field Value
Type | Description |
---|---|
BatchTaskCancellationBehaviour |
CancelWithWarning
1: The batch task can be cancelled, but the UI will display a warning (symbol SR_BATCH_<snakeCaseName>_CANCELLATION
Declaration
public const BatchTaskCancellationBehaviour CancelWithWarning
Field Value
Type | Description |
---|---|
BatchTaskCancellationBehaviour |
CannotCancel
2: The batch task cannot be cancelled
Declaration
public const BatchTaskCancellationBehaviour CannotCancel
Field Value
Type | Description |
---|---|
BatchTaskCancellationBehaviour |
value__
Batch task cancel support
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)