mobile_install_status
Query the status of a background mobile app installation using the device serial and install ID to know if it completed, failed, or is still running.
Instructions
Query a background install task started by mobile_install_app.
Args: serialno: The mobile device serialno, from list_devices. install_id: The install id returned by mobile_install_app.
Returns: JSON envelope describing the install.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serialno | Yes | ||
| install_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |