Interface ITestingCoordinator
- Namespace
- Acuit.Pinpoint.Workflows.Workstation.Testing
- Assembly
- Acuit.Pinpoint.Workflows.Workstation.dll
The testing coordinator.
public interface ITestingCoordinator
Properties
TestTypeCoordinators
Gets the list of coordinators for each test type configured for the station.
IReadOnlyList<ITestTypeCoordinator> TestTypeCoordinators { get; }
Property Value
Events
TestTypeCoordinatorsChanged
Raised when TestTypeCoordinators changes.
event EventHandler TestTypeCoordinatorsChanged