C# Class AcManager.Tools.Starters.ModuleStarter

Inheritance: BaseStarter
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Private Properties

Свойство Type Description
GetDataAsync Task
InstallModule bool
RunInner void
TryToRunAssettoCorsa void

Méthodes publiques

Méthode Description
CleanUp ( ) : void
IsAvailable ( ) : bool
Run ( ) : void
RunAsync ( CancellationToken cancellation ) : Task
TryToInstallModule ( ) : bool

Private Methods

Méthode Description
GetDataAsync ( [ data, CancellationToken cancellation = default(CancellationToken) ) : Task
InstallModule ( ) : bool
RunInner ( ) : void
TryToRunAssettoCorsa ( ) : void

Method Details

CleanUp() public méthode

public CleanUp ( ) : void
Résultat void

IsAvailable() public static méthode

public static IsAvailable ( ) : bool
Résultat bool

Run() public méthode

public Run ( ) : void
Résultat void

RunAsync() public méthode

public RunAsync ( CancellationToken cancellation ) : Task
cancellation System.Threading.CancellationToken
Résultat Task

TryToInstallModule() public static méthode

public static TryToInstallModule ( ) : bool
Résultat bool