DTSStepExecStatus

DTS Programming

DTS Programming

DTSStepExecStatus

The DTSStepExecStatus constants specify status codes that indicates the current step status.

Constant Value Description
DTSStepExecStat_Completed 4 Step execution is completed.
DTSStepExecStat_Inactive 3 Step execution is inactive.
DTSStepExecStat_InProgress 2 Step execution is in progress.
DTSStepExecStat_Waiting 1 Step is waiting to execute.

See Also

ExecutionStatus Property