Method RemoveIdle
RemoveIdle(Func<bool>)
Removes an idle function added by AddIdle(Func<bool>)
public bool RemoveIdle(Func<bool> fnTrue)
Parameters
Returns
- bool
True if it was found and removed
Removes an idle function added by AddIdle(Func<bool>)
public bool RemoveIdle(Func<bool> fnTrue)
True if it was found and removed