КомандаЗапрос
get
"command":{
    "plm_type_code": ${forecast},
    "state": ${get}
}
КомандаОтвет
idle  //расчет не завершен
"command" : {
    "plm_type_code" : ${forecast},
    "state" : ${idle},
    "progress" : 80.68330883979797  //прогресс выполнения расчета
}
response    //расчет завершен
"command" : {
    "plm_type_code" : ${forecast},
    "state" : ${response}
}
  • Нет меток