Navigation: Object Model Reference > Application Object > Context Property |
|
Returns the context the build components were created from (read-only).
Syntax
Application.Context
Arguments
Application
Application object
returns
Context identifying how the application was created. Possible values:
Constant |
Value |
Description |
vbldContextAutomation |
0 |
The builder was created via automation (default). |
vbldContextGUI |
1 |
The builder was created by the GUI App. |
vbldContextCommandLine |
2 |
The builder was created by the console app. |
See Also
Applies to Application object