Name
CheckCompletion
Description
HRESULT
CheckCompletion([out] VARIANT_BOOL* isComplete,
[out,retval] ULONGLONG* error);
This function performs a non-blocking test for completion of an asynchronous
operation.
Parameters
- complete
-
(output) An indicator of whether the job has completed.
- error
-
This function returns VIX_OK if it succeeded.
Return Value
HRESULT
Remarks
This function performs a non-blocking test for completion of an asynchronous
operation. It can be used to poll for completion in situations where a
blocking function or a callback function is not desirable.
Side Effects
None.
Requirements
VixCOM.h, since VMware Workstation 6.0.
Example