Get timer (FR)
Perfecto command
mobile:timer:info
Purpose
Retrieves the value of the timer specified by the timerId parameter. When working with Scriptless Mobile or using the API, the value is retrieved into a defined variable. There is no need to stop the timer to use the Get timer command.
The Get timer command is only supported when using Perfecto's
Limitations
Timers whose duration rounds to less than one second (0 seconds) are not reported, to avoid displaying 0-second timers.
Parameters
| Name | Type | Possible Values | Description |
|---|---|---|---|
| timerId | String | script | TimerA | TimerB | TimerC | other_name |
Mandatory. Unique timer identifier, that was used to start the timer. |
| timerType | String | elapsed | device | ux | system |
Mandatory. The selected timer type. |
| units | String | seconds | milliseconds | The time units. Seconds (default) Milliseconds |
Return value
timer value
Exceptions
None