Method RunWhenIdle
RunWhenIdle(Action)
Adds action which will be executed one time
when the application finished processing events and is
about to enter the idle state.
public virtual void RunWhenIdle(Action action)
Parameters
actionActionAction to call.