RuntimeTurnRunner
Implements
Section titled “Implements”TurnRunner
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new RuntimeTurnRunner(runtime): RuntimeTurnRunner;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”RuntimeTurnRunner
Methods
Section titled “Methods”deliverSignal()
Section titled “deliverSignal()”deliverSignal(args): Promise<TurnResult>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<TurnResult>
Implementation of
Section titled “Implementation of”TurnRunner.deliverSignalrunTurn()
Section titled “runTurn()”runTurn(args): Promise<TurnResult>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<TurnResult>
Implementation of
Section titled “Implementation of”TurnRunner.runTurn