swex-addin icon indicating copy to clipboard operation
swex-addin copied to clipboard

Add ability of a deferred execution of the method

Open codestackdev opened this issue 5 years ago • 0 comments

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.

codestackdev avatar May 19 '19 02:05 codestackdev