C# Class Business.ProcessWatcher

Mostra file Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Public Methods

Method Description
EnsureRunning ( ) : void
ProcessWatcher ( MPC api ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
timerKillIfFrozen_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

EnsureRunning() public method

public EnsureRunning ( ) : void
return void

ProcessWatcher() public method

public ProcessWatcher ( MPC api ) : System
api MPC
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void