Use of updateAsync in setting.json file ?

1
When I generate a mobile app via Phonegap, I can set a few settings in the setting.json file. I like to know where the setting updateAsync is used for. I can not find documentation for this setting. Is this setting related to async use of microflows or is it related to off line use ? { "url": "http://192.168.1.17:8080", "enableOffline": false, "requirePin": false, "updateAsync": false, "username": "xxx", "password": "xxx" }  
asked
0 answers