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 
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