C# Class Gallifrey.InactiveMonitor.ActivityChecker.ActivityStopwatch

Show file Open project: BlythMeister/Gallifrey

Public Methods

Method Description
ActivityStopwatch ( ) : System
Pause ( System.TimeSpan manualAdjustTimeSpan ) : void
Reset ( ) : void
Resume ( ) : void
Start ( ) : void

Method Details

ActivityStopwatch() public method

public ActivityStopwatch ( ) : System
return System

Pause() public method

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

Reset() public method

public Reset ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Start() public method

public Start ( ) : void
return void