Difference between revisions of "UpdateInterval"
From SAP Enable Now Wiki
Line 3: | Line 3: | ||
==Scope== | ==Scope== | ||
− | + | SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application. | |
==Purpose== | ==Purpose== | ||
− | This property is used to specify how often | + | This property is used to specify how often SAP Companion should 're-scan' the application screen, to determine if help content is available. This is most significant for Help Tiles, where the hotspot/icon is displayed on the screen - scrolling too fast can result in them being very briefly mis-positioned. If the application is very fast, you may want to decrease this value. If the application only ever consists of single-screen pages, you can probably increase this parameter value and save some processing/network traffic. |
==Usage== | ==Usage== | ||
Line 13: | Line 13: | ||
where <tt>ms</tt> is the number of milliseconds between refreshes. | where <tt>ms</tt> is the number of milliseconds between refreshes. | ||
− | [[Category: | + | [[Category: SAP Companion parameter]] |
Latest revision as of 14:03, 14 July 2023
Scope
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.
Purpose
This property is used to specify how often SAP Companion should 're-scan' the application screen, to determine if help content is available. This is most significant for Help Tiles, where the hotspot/icon is displayed on the screen - scrolling too fast can result in them being very briefly mis-positioned. If the application is very fast, you may want to decrease this value. If the application only ever consists of single-screen pages, you can probably increase this parameter value and save some processing/network traffic.
Usage
Specified as:
updateInterval=[ms|100]
where ms is the number of milliseconds between refreshes.