The stopwatch element is used to measure the elapsed time from the start of a process or event in real time, in the hours:minutes:seconds format.
The Stopwatch element is a timer used to measure the elapsed time from the start of a process or event. The Stopwatch allows users to track time in real time and helps evaluate process performance by counting time forward.
Drag and drop the “Stopwatch” element onto the page from the left sidebar. The Stopwatch is ready for user interaction as soon as it is added to the screen.
The Stopwatch element supports triggering actions based on the timer’s operational status. When you select the element, you can also add actions such as `onPause` and `onResume` via the “Add Action” panel on the right.
When the application is tested, the elapsed time is displayed live on the Stopwatch element in the hour:minute:second format. When the user clicks the “Start” button, the timer begins running; when the “Stop” action is used, the timer resets and is ready for a new measurement.