- Preparing search index...
- The search index is not available
Chess Bots 
 
Methods
Private checkRequirements
- checkRequirements(command: Command): void
- 
Returns void
clearExecution
- clearExecution(): void
- 
Returns void
execute
- execute(command: Command): Promise<void>
- 
Returns Promise<void>
finishExecution
- finishExecution(): Promise<void>
- 
Returns Promise<void>
 
 
 
The executor for commands. Handles requirements checking for commands to ensure commands do not use the same requirement concurrently.