Enum
RemoteCommands

Possible commands

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public enum RemoteCommands

Fields

Execute

Sent by the controller to execute tests

Declaration

cs-api-definition
Execute = 3

Field Value

RemoteCommands

Exit

Sent by the controller to abort

Declaration

cs-api-definition
Exit = 4

Field Value

RemoteCommands

HasExecuted

Send by the runner to indicate that execution is complete

Declaration

cs-api-definition
HasExecuted = 1

Field Value

RemoteCommands

HasExited

Sent by the runner to indicate that execution has exited.

Declaration

cs-api-definition
HasExited = 2

Field Value

RemoteCommands

Ping

Send by the controller to ping

Declaration

cs-api-definition
Ping = 5

Field Value

RemoteCommands

Pinged

Send by the Runner to the controller in response to a ping to indicate that it is still alive.

Declaration

cs-api-definition
Pinged = 0

Field Value

RemoteCommands

ResetBrowser

Send by the Scheduling service to notify the UI Runner that the next run will require different browser

Declaration

cs-api-definition
ResetBrowser = 7

Field Value

RemoteCommands

RunCompleted

Send by the Scheduling service to notify the UI Runner that the entire Test List has been executed.

Declaration

cs-api-definition
RunCompleted = 6

Field Value

RemoteCommands