Is there a way to await an event (commandCallBack)?
13 years ago.
Hi Dan,
I am using the dps.commandCallBack for doing various things (refreshing the control for various conditions) asynchronously.
I call dps.commandCallBack, and I do some minor client side manipulation on the control. But I want to do that manipulation only after the server side call has ended, AND the scheduler has been refreshed for that (because otherwise, my changes get overridden by the daypilot handler refresh).
Is there any way I can wait for that, or check if the handler has done its job?
DayPilot