cancelOperations()
Cancels any in-progress or pending sync operations.
Declaration
final func cancelOperations() asyncDiscussion
The sync engine processes cancelation requests asynchronously, meaning it’s possible for in-progress operations to complete even after this method returns.