Text

Answered

The editor's methods setPart and close are blocked until recognition is complete

My problem is shown in the title. I tried it. It seems that these two methods can only run normally when the Editor is idle.

And it seems that the methods are blocked when recognition, Is this the correct effect?

If it is, how to interrupt the recognition and just do the method?


Best Answer

Hello,


Yes this is correct.  Before calling these methods, you shall ensure that the editor is idle state by calling the waitForIdle() method.

There is no way to interrupt the recognition.


Best regards,


Gwenaëlle

1 Comment

Answer

Hello,


Yes this is correct.  Before calling these methods, you shall ensure that the editor is idle state by calling the waitForIdle() method.

There is no way to interrupt the recognition.


Best regards,


Gwenaëlle

  • Support
  • Forums
  • Text
  • The editor's methods setPart and close are blocked until recognition is complete