DOnMacroPercentComplete Delegate
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Delegate to define the OnMacroPercentComplete event handler.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| 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.