Click or drag to resize

ServiceControlActions Enumeration

Action to control the service simulation, used by StartServiceSimulationTestStep

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataContractAttribute(Namespace = "http://www.hummingbird-alm.com/testframework/201610")]
public enum ServiceControlActions
Members
  Member nameValueDescription
Start0 Starts the service simulation
Stop1 Stops the service simulation
See Also