VeriStand .NET API Reference

Table of Contents

IMacroPlayer.StopPlaying Method

Stops the Macro Player. This method returns the Macro Player to the idle state and resets the macro you are playing back to the beginning of the recording. If you want to be able to resume playback from the place where you stop it, use the PausePlaying method instead.

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

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