Procedure.AddNewEnd Method
- Updated2023-02-21
- 2 minute(s) read
Adds a new End step. This step ends the procedure execution.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function AddNewEnd ( _ Name As String, _ Description As String _ ) As Boolean |
| C# |
|---|
public bool AddNewEnd( string Name, string Description ) |
| Visual C++ |
|---|
public: bool AddNewEnd( String^ Name, String^ Description ) |
Parameters
- Name
- Type: System.String
The name of the step.
- Description
- Type: System.String
The description of the step.