DTSExecStatus Enum

Definition

Contains values that indicate the current status of task execution or a container object at the time of the call.

public enum class DTSExecStatus
public enum DTSExecStatus
type DTSExecStatus = 
Public Enum DTSExecStatus
Inheritance
DTSExecStatus

Fields

DTSES_ABEND 6

The task experienced an internal error and terminated execution abnormally.

DTSES_COMPLETED 5

Task has completed executing with a success or failed result.

DTSES_EXECUTING 3

Task is currently running.

DTSES_NONE 1

Task is idle (default value).

DTSES_SUSPENDED 4

Task is currently suspended because the runtime has called suspend because of a breakpoint hit.

DTSES_VALIDATING 2

Task is currently validating.

Remarks

For more information, see DTSExecStatus.

Applies to