Method AddIdle
AddIdle(Func<bool>)
Adds specified idle handler function to main iteration processing. The handler function will be called once per iteration of the main loop after other events have been handled.
public static void AddIdle(Func<bool> func)