Navigation:  Object Model Reference > Builder Object >

Status Property

Previous pageReturn to chapter overviewNext page

Returns the current status of the build.  Read-only.

 

Syntax

 

builder.Status As BuildStatusEnum

 

Arguments

 

builder

       Builder object

 

Values

 

Constant

Value

Description

 

vbldBuildStatDone

0

The build successfully completed or has not started.

 

vbldBuildStatStarted

1

The build is currently in progress.

 

vbldBuildStatPauseReq

2

The user has requested to pause the build.

 

vbldBuildStatPaused

3

The build has paused between steps.

 

vbldBuildStatAborting

4

The user has requested to cancel the build.

 

See Also

 

Applies to Builder object