C# Class SteamBot.BotManager.RunningBot

Nested class that holds the information about a spawned bot process.
Afficher le fichier Open project: natoshi/steamdogebot

Méthodes publiques

Свойство Type Description
IsRunning bool

Méthodes publiques

Méthode Description
RunningBot ( bool useProcesses, int index, Configuration config ) : System

Creates a new instance of RunningBot class.

Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
SpawnBotThread ( Configuration botConfig ) : void
SpawnSteamBotProcess ( int botIndex ) : void

Method Details

RunningBot() public méthode

Creates a new instance of RunningBot class.
public RunningBot ( bool useProcesses, int index, Configuration config ) : System
useProcesses bool /// true indicates that this bot is ran in a thread; /// false indicates it is ran in a separate process. ///
index int The index of the bot in the configuration.
config Configuration The bots configuration object.
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

IsRunning public_oe property

public bool IsRunning
Résultat bool