The current install state for the install request.
| int | STATE_CANCELED | The optional module download has been canceled. |
| int | STATE_COMPLETED | Installation is completed; the optional modules are available to the client app. |
| int | STATE_DOWNLOADING | The optional module download is in progress. |
| int | STATE_DOWNLOAD_PAUSED | The optional module download has been paused. |
| int | STATE_FAILED | The optional module download or installation has failed. |
| int | STATE_INSTALLING | The optional modules have been downloaded and the installation is in progress. |
| int | STATE_PENDING | The request is pending and will be processed soon. |
| int | STATE_UNKNOWN |
The optional module download has been canceled.
Installation is completed; the optional modules are available to the client app.
The optional module download is in progress.
The optional module download has been paused.
This usually happens when connectivity requirements can't be met during download. Once the connectivity requirements are met, the download will be resumed automatically.
The optional module download or installation has failed.
The optional modules have been downloaded and the installation is in progress.
The request is pending and will be processed soon.