longLivedOperationWasPersistedBlock
The closure to execute when the server begins to store callbacks for the long-lived operation.
Declaration
var longLivedOperationWasPersistedBlock: (() -> Void)? { get set }Discussion
If your app exits before CloudKit calls this property’s value, the system doesn’t include the operation’s ID in the results of calls to the allLongLivedOperationIDs() method.
For more information, see Long-Lived Operations.