start update

Start update of the product. Only one update may be running in the product so in case the update is already running, "Task already running" error code is returned

 

Příkazový řádek

ermm.exe start update

 

Parametry

None

 

Example

call

{

 "command":"start_update", 

"id":1,

 "version":"1" 

}

výsledek

{

"id":1,

"result":{

},

  "error":{ 

   "id":4, 

   "text":"Task already running." 

  } 

}