API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPOperation.h
Go to the documentation of this file.
1 
2 @interface CPOperation : CPObject
3 {
5  BOOL _cancelled;
6  BOOL _executing;
7  BOOL _finished;
8  BOOL _ready;
9  int _queuePriority;
10  JSObject _completionFunction;
11  CPArray _dependencies;
12 }
13 @end