Deploys the system definition file associated with an NI VeriStand project to the target. This method includes the option to display a deployment progress dialog.
Namespace:
NationalInstruments.VeriStand.ClientAPI
Assembly:
NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Function Deploy ( _
show_progress As Boolean _
) As Error |
| C# |
|---|
Error Deploy(
bool show_progress
) |
| Visual C++ |
|---|
Error^ Deploy(
bool show_progress
) |
Parameters
- show_progress
- Type: System.Boolean
Specifies whether to display a progress dialog while deploying.
Return Value
Returns an Error object. If no error occurs, the Code property of the Error object is 0.