OpenDOF Project
boolean DOFOperation_IsComplete ( const DOFOperation  op)

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
opThe Operation. This must not be NULL.
Return values
TRUEif the operation is complete.
FALSEif the operation is not yet complete.
See Also
DOFOperation_WaitComplete
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22