C# Class Gallifrey.InactiveMonitor.ActivityChecker

Mostra file Open project: BlythMeister/Gallifrey Class Usage Examples

Public Methods

Method Description
PauseForLockTimer ( System.TimeSpan manualAdjustTimeSpan ) : void
Reset ( ) : void
ResumeAfterLockTimer ( ) : void

Private Methods

Method Description
ActivityChecker ( IJiraTimerCollection timerCollection, IAppSettings appSettings ) : System
HearbeatOnElapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void
UpdateAppSettings ( IAppSettings appSettings ) : void

Method Details

PauseForLockTimer() public method

public PauseForLockTimer ( System.TimeSpan manualAdjustTimeSpan ) : void
manualAdjustTimeSpan System.TimeSpan
return void

Reset() public method

public Reset ( ) : void
return void

ResumeAfterLockTimer() public method

public ResumeAfterLockTimer ( ) : void
return void