Waits for the operation to complete and times out if not completed within
timeoutMS.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Function WaitForCompletion( _
ByVal timeoutMS As Integer _
) As Boolean |
Parameters
- timeoutMS
- milliseconds to wait before returning if operation has not completed
Return Value
true if the operation completed. False if timeout before completion.
Exceptions
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also