Closed mark0815 closed 9 years ago
According to the Apple docs an operation must be marked as finished and non executing when cancelled.
"Specifically, you must change the value returned by finished to YES and the value returned by executing to NO." (https://developer.apple.com/library/mac/documentation/Cocoa/Reference/NSOperation_class/index.html#//apple_ref/doc/uid/TP40004591-RH2-SW18)
According to the Apple docs an operation must be marked as finished and non executing when cancelled.
"Specifically, you must change the value returned by finished to YES and the value returned by executing to NO." (https://developer.apple.com/library/mac/documentation/Cocoa/Reference/NSOperation_class/index.html#//apple_ref/doc/uid/TP40004591-RH2-SW18)