AxedaRemoteViewerRefreshScheduler Thing
The AxedaRemoteViewerRefreshScheduler Thing defines a schedule to trigger the refresh of the viewer cache of the AxedaRemoteViewerManager Thing. The Thing reaches out to make sure that the external site of Desktop Viewer downloads has not been updated. This Thing derives from the ThingWorx default Scheduler Thing Template.
To change the schedule, navigate to the AxedaRemoteViewerRefreshScheduler Thing in ThingWorx Composer and edit the schedule property, using Cron syntax. The default schedule is the following Cron value, 0 0 0 * * ? *, which means that the refresh is triggered daily at midnight.
The following table lists and briefly describes the available configuration fields for this scheduler:
Field
Base Type
Description
enabled
BOOLEAN
Whether the scheduler is enabled automatically on startup of the ThingWorx platform.
runAsUser
USERNAME
The user context in which to run event handlers. By default, the user context is set to "System".
schedule
SCHEDULE
A Cron string that defines the how often the Thing checks for an update of the external site for downloads of the Axeda Desktop Viewer. By default, the check occurs daily, at midnight.
Was this helpful?