Skip to main content
Lifts a device pause set by 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 paused task is resumed with phone_task_resume.