Navigation: Object Model Reference > Builder Object > StepDone Event |
|
Occurs after a step has completed building. Custom script event code can be added for this event.
Syntax
builder_StepDone(ByVal step As IStep)
Arguments
builder
Builder object
step
The step that was built. The status of the step can be accessed via the step's BuildStatus property.
See Also
Applies to Builder object