waitForCompletion() command work good but it's gui blocking. i try use callback monitorManager.addMessageCallback() and it seems that callback can't handle time-consuming command ,throw the error 'xml parsing error'.
Asked
Active
Viewed 131 times
0
-
i tend to just write a stand alone shell or python script for such things – agentp Jan 10 '16 at 23:54
-
Thank you for your reply.that's exciting and enlighten me.i think the command waitForCompletion() hybrid with gui update and time-consuming operation .so write a individual script may help. it's a little difficult for me now. – zssng Jan 15 '16 at 08:29