C# 클래스 SteamBot.BotManager.RunningBot

Nested class that holds the information about a spawned bot process.
파일 보기 프로젝트 열기: natoshi/steamdogebot

공개 프로퍼티들

프로퍼티 타입 설명
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