Contents

cancelOperations()

Cancels any in-progress or pending sync operations.

Declaration

final func cancelOperations() async

Discussion

The sync engine processes cancelation requests asynchronously, meaning it’s possible for in-progress operations to complete even after this method returns.