DriverService IsRunning Property WebDriver
Gets a value indicating whether the service is running.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public bool IsRunning {
	[SecurityPermissionAttribute(SecurityAction.Demand)]
	get;
 }
See Also