C4 Engine
C4 Engine API Documentation

Completable::HandleCompletion

Defined in:  TSCompletable.h
Invokes the completion callback function for an object.
Prototype

void HandleCompletion(void);

Description
The HandleCompletion function invokes the currently installed completion callback function for an object. If no completion callback function is installed, then calling the HandleCompletion function has no effect. A completion callback function is installed by calling the Completable::SetCompletionCallback function.
See Also

Completable::GetCompletionCallback

Completable::SetCompletionCallback

Completable::GetCompletionCookie

Completable::SetCompletionCookie