DTSStepExecStatus constants specify status codes that indicates the current step status.
Constant | Value | Description |
---|---|---|
DTSStepExecStat_Completed | 4 | Step execution completed. |
DTSStepExecStat_Inactive | 3 | Step execution inactive. |
DTSStepExecStat_InProgress | 2 | Step execution in progress. |
DTSStepExecStat_Waiting | 1 | Step is waiting to execute. |