- Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
- Chapter 7 - Classes and Methods / CyberProgressBroadcaster
Abort
Terminates this progress broadcaster.
void Abort ();
DISCUSSION
You call this method when you want to terminate a progress broadcaster object, typically when you are also terminating the actual asynchronous process that the object represents. This method calls the programmer-defined function registered by the ICyberProgressBroadcaster method, passing the kAbortMessage constant as a parameter. This callback mechanism is provided to allow you to customize the Abort method of the superclass without having to subclass CyberProgressBroadcaster.
SEE ALSO
The ICyberProgressBroadcaster method (page 307).
© Apple Computer, Inc.
13 JUL 1996