C# Class Gallifrey.InactiveMonitor.ActivityChecker

Afficher le fichier Open project: BlythMeister/Gallifrey Class Usage Examples

Méthodes publiques

Méthode Description
PauseForLockTimer ( System.TimeSpan manualAdjustTimeSpan ) : void
Reset ( ) : void
ResumeAfterLockTimer ( ) : void

Private Methods

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

Method Details

PauseForLockTimer() public méthode

public PauseForLockTimer ( System.TimeSpan manualAdjustTimeSpan ) : void
manualAdjustTimeSpan System.TimeSpan
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ResumeAfterLockTimer() public méthode

public ResumeAfterLockTimer ( ) : void
Résultat void