Add utilitarian esp/ call for resetting timer based on user events
Description
We currently have a way to send ESP a request and tell it was from user refreshing a widget for data or the application refreshing a widget for data when passing in a regular request. This is accomplished by ECLWATCHAutoRefresh: 0 || 1; But, there are time the user may be typing or clicking around the application (actively using). Since we are now tracking the user's movement throughout the application to determine activity there should be a method call that simply returns the timeout time-stamp whenever a user is detected idle for x amount of minutes that the U/I. In other words, there is no use to make a request to a ws_access or one of the esp services to get this information.
Conclusion
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
We currently have a way to send ESP a request and tell it was from user refreshing a widget for data or the application refreshing a widget for data when passing in a regular request. This is accomplished by ECLWATCHAutoRefresh: 0 || 1; But, there are time the user may be typing or clicking around the application (actively using). Since we are now tracking the user's movement throughout the application to determine activity there should be a method call that simply returns the timeout time-stamp whenever a user is detected idle for x amount of minutes that the U/I. In other words, there is no use to make a request to a ws_access or one of the esp services to get this information.