MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / cancel

Method cancel

src/java/com/libmailcore/Operation.java:5–5  ·  view source on GitHub ↗

Cancel the operation.

()

Source from the content-addressed store, hash-verified

3public 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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected