eSpace Name
ClientTimers_Lib
Description
Library that provides block to handle timers on client side, and a client action to pause the execution.
Block that triggers an event on interval specificied in milliseconds.
Parameters
Name
Type
Mandatory
IntervalInMilliseconds
Interval in milliseconds
Integer
YES
AutoStart
Indicate if the timer auto starts on ready state.
Boolean
Events
OnTick
Event Triggered by the timer.
Mandatory: TRUE
Data Type
Payload
The payload data sent by StartTimer Action
Text
Block that triggers an event when the timer expire.
Cancel an interval or timeout.
Input parameters
DataType
TimerBlockId
The id ot timer ( interval/timeout ) widget
Yes
Start an interval or timeout.
The payload string to receive on tick event.
No
Wait specific milliseconds.
Milliseconds
The milliseconds to wait