Important: The information in this document is obsolete and should not be used for new development.
The Asynchronous Process Message
The enumerationCDAbortProcMessage
specifies the possible error conditions of an asynchronous process. For Cyberdog version 1.0, there is only one possible error condition. TheCyberProgressBroadcaster::Abort
method calls MyAbortFunction (page 191), a callback function that you define to implement the abort behavior of a progress broadcaster. ACDAbortProcMessage
constant is passed as a parameter to the callback function.
enum CDAbortProcMessage { kAbortMessage };Constants of this type
kAbortMessage
- The asynchronous process was terminated.