Adds a new
ExitSubroutine step. This step exits a procedure that you call from another procedure using a
CallProcedure step and returns to the calling procedure.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function AddNewExitSubroutine ( _
Name As String, _
Description As String _
) As Boolean |
| Visual C++ |
|---|
public:
bool AddNewExitSubroutine(
String^ Name,
String^ Description
) |
Return Value
true (True in Visual Basic) if the
ExitSubroutine step was added successfully.