API 0.9.5
Foundation/CPOperation.h
Go to the documentation of this file.
00001 
00002 @interface CPOperation : CPObject
00003 {
00004     CPArray operations;
00005     BOOL _cancelled;
00006     BOOL _executing;
00007     BOOL _finished;
00008     BOOL _ready;
00009     int _queuePriority;
00010     JSObject _completionFunction;
00011     CPArray _dependencies;
00012 }
00013 @end
 All Classes Files Functions Variables Defines