Table of Contents
EngineState Enumeration

Represents the state of a browser engine.

Namespace: EO.WebEngine
Assembly: EO.WebEngine (in EO.WebEngine.dll)

Syntax
 public enum EngineState
Members
Member Name Description
Created The engine has been created by has not started yet.
Starting The engine is starting.
Running The engine is running.
Stopping The engine is stopping.
Stopped The engine is stopped.
See Also