The ENVIAsyncBridgeTaskJob::OnDone method is an implementation override of IDLAsyncBridgeTaskJob callback invoked on this job by the Done event handler. The basic sequence of operations follows:
- Call GetReturnValue to get the dehydrated form of the executed task.
- Rehydrate the task.
- Call UpdateTask to store the updated task.
- Call IDLAsyncJob::OnDone.
Syntax
IDLAsyncBridgeTaskJob.OnDone
Arguments
None
Keywords
None
Version History
API Version
4.2
See Also
ENVIAsyncBridgeTaskJob