You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OnIdle notification is a safe place to execute commands. Add the option to add-in to hide the complexity of handling the OnIdle and allow any function to be executed from within the first OnIdleNotification after it is put to queue.
ExecuteDeferred(x=>x.SomeFunction(a, b));
Might need to employ lyambda expression for this.
The text was updated successfully, but these errors were encountered:
OnIdle notification is a safe place to execute commands. Add the option to add-in to hide the complexity of handling the OnIdle and allow any function to be executed from within the first OnIdleNotification after it is put to queue.
ExecuteDeferred(x=>x.SomeFunction(a, b));
Might need to employ lyambda expression for this.
The text was updated successfully, but these errors were encountered: