The Asynchronous Process Message
The enumerationCDAbortProcMessagespecifies the possible error conditions of an asynchronous process. For Cyberdog version 1.0, there is only one possible error condition. TheCyberProgressBroadcaster::Abortmethod calls MyAbortFunction (page 191), a callback function that you define to implement the abort behavior of a progress broadcaster. ACDAbortProcMessageconstant is passed as a parameter to the callback function.
enum CDAbortProcMessage { kAbortMessage };Constants of this type
kAbortMessage- The asynchronous process was terminated.