IMacroPlayer.OnMacroPercentComplete Event
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
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.ClientAPIAssembly: 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); } |