Description
The StartProfiling
and Attach
methods (they are used to start profiling in AQtime) return immediately after profiling starts. WaitForEndOfProfiling
lets you pause the script execution until the profiling is over. Use the method to avoid writing a waiting loop after a call to StartProfiling
.
Declaration
AQtimeObj.WaitForEndOfProfiling()
AQtimeObj | An expression, variable or parameter that specifies a reference to an AQtime object | |||
Result | None |
Applies To
The method is applied to the following object:
Result Value
None.
Example
To view an example, see the Integration With AQtime Using the AQtimeIntegration and AQtime Objects help topic.
See Also
Attach Method
StartProfiling Method
IsProfilingStarted Method
WaitAndExportResults Method