phone_device_pause. After resuming, phone_run_task calls targeting the device are accepted again.
Parameters
string
The device to resume. Omit to use your default device.
Behavior
- Only affects the acceptance of new tasks - it does not restart or replay
anything that was rejected while the device was paused. Start those tasks
again with
phone_run_task. - Resuming a device is unrelated to resuming a task; a
pausedtask is resumed withphone_task_resume.
Related
phone_device_pause- the counterpartphone_device_status- verify the pause state