Type Event Dispatch chain ▸ Runtime Revision 2017.3060 Keywords iCloud, sync, storage, iCloudDocEvent See also iCloud.*
Most of APIs for iCloud Documents have two ways of being called.
Blocking (synchronous), and asynchronous, or non-blocking. If you want to use non-blocking call, use onComplete
in parameters table. Setting this value to a listener, instead of waiting for a procedure to be completed, function would return instantly, but it will post task to be done. When task is done, listener would be invoked with message of this type.