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