Overview
The counter is a component used to count the time/duration
Counter displays duration in HH: MM: SS format
Counter helps to monitor event
Attribute
1. Time in Milliseconds
You can give the total time in Milliseconds
Once that time is met the Counter will stop counting the time ahead
2. Counter Order:
The counter has two ordersĀ
Increasing: Counter will start with 00 value and goes on increasing up to the maximum time set by you
Decreasing: Counter will start with the time value given by you in milliseconds in layout and goes on decreasing up to 00 value
3. Time to Display Warning :
You can display the warning message after a particular time with the help of the event, refer to this linkEvents
e.g. As given in the below diagram,
Time in Milliseconds = 10000
Counter Order is Increasing
Time to Display Warning = 5000 milliseconds
So as 6000 milliseconds get starts, it will display a warning message
When the total time is over, it will display an error message