![]() |
OTX-Runtime for Java
|
|
Contains the state of the runtime context. More...
Public Attributes | |
Aborted | |
The procedure was stopped with an exception. | |
Finished | |
The procedure was finished successfully. | |
Paused | |
The procedure was started and is paused. | |
Pending | |
The procedure execution is waiting for the start condition. | |
Running | |
The procedure was started and is running. | |
Stopped | |
The procedure was stopped by the user. | |
Timeout | |
The procedure was stopped because a timeout expired. More... | |
Contains the state of the runtime context.
OpenTestSystem.Otx.Runtime.Api.ExecutionState.Timeout |
The procedure was stopped because a timeout expired.
From the beginning of Running state, the timeout period elapsed prior to Finished, Stopped and Aborted state.