DownloadApplications
Last updated
Was this helpful?
Calling this method triggers a download and reinitialization of an already configured application, replacing the existing. When triggered, the currently running application is stopped and the new version is downloaded and started.
DownloadApplications
The direct command requires a list applications to download. The applications must already be defined in the module twin.
{
"applicationsToDownload": [
"Application1",
"Application2"
]
}The direct command returns an OperationResult that indicates either success or failure. If an error occurs, the error text is returned as well.
Last updated
Was this helpful?
Was this helpful?