Show / Hide Table of Contents

Enum BatchTaskState

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public enum BatchTaskState

Fields

Name Description
All

99999: Special type.

Aquired

2: The task has been aquired by an instance that wants to execute the task, but has not been started.

Failed

5: Executing the task has halted and the task failed.

New

1: The task is new, but not assigned or run by any party.

Started

3: The task is executing.

Succeeded

4: Executing the task has completed successfully.

SucceededManualCleanup

6: Executing the task has completed successfully, and related data will be cleaned up by the responsible code.

Unknown

0: Unknown state of the task.

Extension Methods

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