VeriStand .NET API Reference

IMacroPlayer.OnMacroPercentComplete Event

Callback invoked after executing a Macro Player command. The percent is calculated using the length of time a command takes to execute relative to the total time required for all commands to execute.

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)
Event OnMacroPercentComplete As DOnMacroPercentComplete
C#
event DOnMacroPercentComplete OnMacroPercentComplete
Visual C++
 event DOnMacroPercentComplete^ OnMacroPercentComplete {
	void add (DOnMacroPercentComplete^ value);
	void remove (DOnMacroPercentComplete^ value);
}

See Also

Log in to get a better experience