iphone - NSOperation exists on NSOperationQueue -


does know way of telling if nsoperation on nsoperationqueue without having list of operations , compare each of items?

thanks in advance,

you have list, it's not taxing. if queue , operation objects:

[[queue operations] containsobject:operation];


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -