Commit 27778bb9 authored by Pavel Vainerman's avatar Pavel Vainerman

Сделал проверку waitWorking через getValue как более универсальное решение.

parent da164e8b
......@@ -3239,7 +3239,7 @@ bool UniversalInterface::waitWorking( UniSetTypes::ObjectId id, int msec, int pm
{
try
{
getState(id,node);
getValue(id,node); // getValue подходит и для Dx и для Ax
ready = true;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment