C# Класс SteamBot.BotManager.RunningBot

Nested class that holds the information about a spawned bot process.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IsRunning bool

Открытые методы

Метод Описание
RunningBot ( bool useProcesses, int index, Configuration config ) : System

Creates a new instance of RunningBot class.

Start ( ) : void
Stop ( ) : void

Приватные методы

Метод Описание
SpawnBotThread ( Configuration botConfig ) : void
SpawnSteamBotProcess ( int botIndex ) : void

Описание методов

RunningBot() публичный Метод

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.
Результат System

Start() публичный Метод

public Start ( ) : void
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void

Описание свойств

IsRunning публичное свойство

public bool IsRunning
Результат bool