Represents a state of the test engine.
Namespace: SSIS.TestAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Ready | 0 | Engine is ready to execute tests. | |
| Running | 1 | Engine is executing tests. | |
| Finished | 2 | Engine has finished executing tests. | |
| Aborting | 3 | Engine is aborting tests. | |
| Aborted | 4 | Engine has aborted tests. |