We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6227a6 + e0acb53 commit d34e5faCopy full SHA for d34e5fa
Parse/src/main/java/com/parse/ParseFile.java
@@ -681,8 +681,9 @@ public Task<File> then(Task<Void> task) throws Exception {
681
}
682
683
/**
684
- * Cancels the current network request and callbacks whether it's uploading or fetching data from
685
- * the server.
+ * Cancels the operations for this {@code ParseFile} if they are still in the task queue. However,
+ * if a network request has already been started for an operation, the network request will not
686
+ * be canceled.
687
*/
688
//TODO (grantland): Deprecate and replace with CancellationToken
689
public void cancel() {
0 commit comments