Report whether or not the Operation is complete.
An Operation is considered complete if it has either successfully completed or has timed out. An Operation that has timed out can be extended with DOFOperation_SetTimeout, in which case it is no longer considered complete.
- Note
- If this call returns TRUE, it is guaranteed that all callbacks associated with the operation have been called and have returned.
- Parameters
-
op | The Operation. This must not be NULL. |
- Return values
-
TRUE | if the operation is complete. |
FALSE | if the operation is not yet complete. |
- See Also
- DOFOperation_WaitComplete