Class
RemoteRunnerCommand

Base for all runner commands

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class RemoteRunnerCommand : PipeCommand

Inheritance: objectRemoteRunnerCommand

Derived Classes: ExecuteTestCommandResultsReadyCommand

Constructors

RemoteRunnerCommand(RemoteCommands)

Declaration

cs-api-definition
public RemoteRunnerCommand(RemoteCommands command)

Parameters

command

RemoteCommands

Properties

Command

Declaration

cs-api-definition
public RemoteCommands Command { get; }

Property Value

RemoteCommands