GDBaseOperation Class Reference

The GDBaseOperation is a base NSOperation that sets up some common properties for children operations. More...

#import <GDBaseOperation.h>

Inheritance diagram for GDBaseOperation:
GDBaseNSTaskOperation

List of all members.

Protected Attributes

BOOL done
 Whether or not this operation is done.
BOOL canceled
 Whether or not this operation is canceled.

Properties

GDCallbackcallback
 An optional callback object you can use at any time.

Detailed Description

The GDBaseOperation is a base NSOperation that sets up some common properties for children operations.

WARNING NSOperation and NSOperationQueue behave differently between 10.5 and 10.6. If you're creating concurency with those classes in an app that will run on both 10.5 and 10.6, you definitely need to thoroughly test your code.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines