Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
OONSOperationQueueProto Class Reference

#include <OONSOperation.h>

Instance Methods

(void) - addOperation:
 
(NSArray *) - operations
 
(NSInteger) - maxConcurrentOperationCount
 
(void) - setMaxConcurrentOperationCount:
 
(void) - setSuspended:
 
(BOOL) - isSuspended
 
(void) - cancelAllOperations
 
(void) - waitUntilAllOperationsAreFinished
 

Detailed Description

Definition at line 140 of file OONSOperation.h.

Method Documentation

◆ addOperation:

- (void) addOperation: (NSOperation *) op

◆ cancelAllOperations

- (void) cancelAllOperations

◆ isSuspended

- (BOOL) isSuspended

◆ maxConcurrentOperationCount

- (NSInteger) maxConcurrentOperationCount

◆ operations

- (NSArray *) operations

◆ setMaxConcurrentOperationCount:

- (void) setMaxConcurrentOperationCount: (NSInteger) cnt

◆ setSuspended:

- (void) setSuspended: (BOOL) b

◆ waitUntilAllOperationsAreFinished

- (void) waitUntilAllOperationsAreFinished

The documentation for this class was generated from the following file: