VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

DOnMacroPercentComplete Delegate

Delegate to define the OnMacroPercentComplete event handler.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Delegate Sub DOnMacroPercentComplete ( _
	percent As Double _
)
C#
public delegate void DOnMacroPercentComplete(
	double percent
)
Visual C++
public delegate void DOnMacroPercentComplete(
	double percent
)

Parameters

percent
Type: System.Double
The percentage of completion.

See Also

Was this information helpful?