OTX-Runtime for Java  
OpenTestSystem.Otx.Runtime.Api.ExecutionState Enum Reference

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...
 

Detailed Description

Contains the state of the runtime context.

Member Data Documentation

◆ Timeout

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.


The documentation for this enum was generated from the following file: