@PublicAPI(stability=VOLATILE, mayInstantiate=true, mayExtend=false, mayInvoke=true) public abstract class OperationConfig extends Object
| Constructor and Description |
|---|
OperationConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Indicates that this operation has been cancelled and the
operation if executing should finish as soon as possible.
|
boolean |
isCancelled()
Indicates whether this operation has been cancelled.
|
public void cancel()
public boolean isCancelled()
Copyright © 2010-2020 Wren Security. All Rights Reserved.