|
|
When this property is enabled, the function makes one service call at a time. If the service call round-trip time exceeds the configured interval, the refresh may be delayed.
|
. The New Function dialog opens.
|
Property
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
|---|---|---|---|---|---|
|
ActivateWidgetRefresh
|
A bindable service that you can bind to a widget event to trigger the refresh manually. The widget event triggers the Refresh event of the function.
|
n/a
|
n/a
|
Y
|
N
|
|
Refresh
|
A bindable event that you can bind to trigger a service. The event is triggered automatically when AutoRefresh is set to True.
|
n/a
|
n/a
|
Y
|
N
|
|
AutoRefresh
|
A boolean property that you can bind to toggle the automatic refresh on and off at run time.
|
BOOLEAN
|
False
|
Y
|
N
|
|
RefreshInterval
|
A bindable property that sets the time between each refresh in seconds.
|
NUMBER
|
n/a
|
Y
|
N
|
|
LastRefresh
|
A bindable property that contains the date and time of the last automatic refresh.
|
DATETIME
|
n/a
|
Y
|
N
|
|
RefreshDisabled
|
A bindable event that you can bind to trigger a service. The event is triggered when auto refresh is disabled after an authentication error occurs and Disable Auto Refresh on Authentication error is enabled.
|
n/a
|
n/a
|
Y
|
N
|
|
RefreshDisabledReason
|
Specifies an optional message to display when auto refresh is disabled because of an authentication error when Disable Auto Refresh on Authentication error is enabled. Use this property to provide more details about the failure. For example, you can bind this property to a status message function.
|
STRING
|
n/a
|
Y
|
Y
|