Cancel the operation.
()
| 3 | public class Operation extends NativeObject { |
| 4 | /** Cancel the operation. */ |
| 5 | public native void cancel(); |
| 6 | /** Returns whether the operation has been cancelled. */ |
| 7 | public native boolean isCancelled(); |
| 8 |
no outgoing calls
no test coverage detected