Waiting the end of command

Waiting the end of command

Anonymous
Not applicable
312 Views
1 Reply
Message 1 of 2

Waiting the end of command

Anonymous
Not applicable
I need to wait the end of a custom command before my dll save and close the
drawing.
I would like dont use reactors: any idea?

Thanks
0 Likes
313 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
editor.EnteringQuiescentState
editor.isquiescent

in vb6 quiescent is a member if the Application object

If you don't want to use the event, then you are going to have to get loopy consistantly asking the application if it "IsQuiecent".
0 Likes