VeriStand .NET API Reference

IProject.Quit Method

Sends a message to NI VeriStand to quit the project and application. When you call this method, the project disconnects from any targets to which it is connected, closes all tools including the Workspace window, and shuts down. Then NI VeriStand quits completely.

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 Quit As Error
C#
Error Quit()
Visual C++
Error^ Quit()

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience