Utility Functions
This section covers some scripts which provide reusable functionality for building blocks like stores, components and pages
IMPORTANT
This function manages the background sync, i.e., regularly refreshing the data of the Sign-In App in the background, so that users always see the up-to-date state of the Sign-In App. The sychronization of queued tasks after being offline is managed by
syncQueueManagerand theprocessQueuefunctions in the respective storesIMPORTANT
These functions manages the synced tasks which occur when the Sign-In App turns offline and then online again by utilizing the
processQueuetasks of the respective stores.
