SearchResults.IsComplete
- Updated2024-10-09
- 1 minute(s) read
SearchResults.IsComplete
Syntax
SearchResults.IsComplete( waitForComplete, processWindowsMsgsWhileWaiting)
Return Value
Purpose
Returns a value that indicates whether a search is complete or waits until the search is complete.
Parameters
waitForComplete As Boolean
[In] Pass True if you want the method to wait until the search is complete before it returns.
processWindowsMsgsWhileWaiting As Boolean
[In] Pass True if you want TestStand to process window messages while waiting for the search to complete. TestStand ignores this parameter if you do not pass True for the waitForComplete parameter.