C# Class AcTools.Processes.TrickyStarter

Inheritance: IAcsStarter
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
AcRoot string

Public Methods

Method Description
CleanUp ( ) : void
CleanUpAsync ( CancellationToken cancellation ) : Task
Run ( ) : void
RunAsync ( CancellationToken cancellation ) : Task
TrickyStarter ( string acRoot ) : System
WaitGame ( ) : void
WaitGameAsync ( CancellationToken cancellation ) : Task
WaitUntilGame ( ) : void
WaitUntilGameAsync ( CancellationToken cancellation ) : Task

Private Methods

Method Description
TryToRunSteam ( ) : void

Method Details

CleanUp() public method

public CleanUp ( ) : void
return void

CleanUpAsync() public method

public CleanUpAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
return Task

Run() public method

public Run ( ) : void
return void

RunAsync() public method

public RunAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
return Task

TrickyStarter() public method

public TrickyStarter ( string acRoot ) : System
acRoot string
return System

WaitGame() public method

public WaitGame ( ) : void
return void

WaitGameAsync() public method

public WaitGameAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
return Task

WaitUntilGame() public method

public WaitUntilGame ( ) : void
return void

WaitUntilGameAsync() public method

public WaitUntilGameAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
return Task

Property Details

AcRoot public property

public string AcRoot
return string