Represents a state of the test engine.

Namespace: SSIS.Test
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public enum EngineState
Visual Basic
Public Enumeration EngineState
Visual C++
public enum class EngineState

Members

Member nameValueDescription
Ready0 Engine is ready to execute tests.
Running1 Engine is executing tests.
Finished2 Engine has finished executing tests.
Aborting3 Engine is aborting tests.
Aborted4 Engine has aborted tests.

See Also