DTSExecStatus Enumeration

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

public enum class DTSExecStatus

Member nameDescription
DTSES_ABEND

This API supports the product infrastructure and is not intended to be used directly from your code. The task experienced an internal error and terminated execution abnormally.

DTSES_COMPLETED

This API supports the product infrastructure and is not intended to be used directly from your code. Task has completed executing with a success or failed result.

DTSES_EXECUTING

This API supports the product infrastructure and is not intended to be used directly from your code. Task is currently running.

DTSES_NONE

This API supports the product infrastructure and is not intended to be used directly from your code. Task is idle (default value).

DTSES_SUSPENDED

This API supports the product infrastructure and is not intended to be used directly from your code. Task is currently suspended because the runtime has called suspend because of a breakpoint hit.

DTSES_VALIDATING

This API supports the product infrastructure and is not intended to be used directly from your code. Task is currently validating.

Return to top
Show: