Class
SchedulerTestListExecutionMonitor

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.LocalExecution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class SchedulerTestListExecutionMonitor

Inheritance: objectSchedulerTestListExecutionMonitor

Constructors

SchedulerTestListExecutionMonitor(Action, Action, IExecutionManagerCommunicationLayer)

Declaration

cs-api-definition
public SchedulerTestListExecutionMonitor(Action runStarted, Action runCompleted, IExecutionManagerCommunicationLayer commLayer)

Parameters

runStarted

Action

runCompleted

Action

commLayer

IExecutionManagerCommunicationLayer

Properties

SuccessfullyRan

Declaration

cs-api-definition
public bool? SuccessfullyRan { get; }

Property Value

bool?

Methods

BeginMonitoring(Guid)

Declaration

cs-api-definition
public void BeginMonitoring(Guid jobGuid)

Parameters

jobGuid

Guid

EndMonitoring()

Declaration

cs-api-definition
public void EndMonitoring()