Navigation: Object Model Reference > Step Object > BuildStatus Property |
|
Returns the build status of the step.
Syntax
Step.BuildStatus As StepStatusEnum
Arguments
Step
Step object
The possible return values are:
Constant |
Value |
Description |
vbldStepStatSucceeded |
0 |
The step was successfully built. |
vbldStepStatFailed |
1 |
The step failed. |
vbldStepStatAborted |
2 |
The build was aborted by the user while processing the step. |
vbldStepStatSkipped |
3 |
The step was skipped. |
vbldStepStatInProgress |
4 |
The step is currently being built. |
vbldStepStatMacroError |
5 |
An error occurred expanding macros or script in a step property. |
vbldStepStatPartial |
6 |
An iterating step (repeating build rule or Process Files action) completed an iteration but is not yet complete. |
vbldStepStatTerminated |
7 |
The step was terminated. |
See Also
Applies to Step object