OTX Reference  
OpenTestSystem.Otx.Extensions.Job.DataTypes Namespace Reference

Data types, see also Core data types. More...

Enumerations

enum class  JobResponseStates { POSITIVE , NEGATIVE }
 JobResponseStates is an enumeration type describing the state of a Response. More...
 
enum class  ResultTypes { REQUEST , REQUEST_AND_RESPONSE , RESPONSE }
 ResultTypes is an enumeration type describing the type of Result. More...
 
enum class  SeverityTypes {
  ERROR , FATAL_ERROR , MESSAGE , TERMINATE ,
  WARNING
}
 SeverityTypes is an enumeration type describing the associated severity of Result. More...
 

Detailed Description

Data types, see also Core data types.

Enumeration Type Documentation

◆ JobResponseStates

JobResponseStates is an enumeration type describing the state of a Response.

Enumerator
POSITIVE 

The CreateResponse will create positive response.

NEGATIVE 

The CreateResponse will create negative response.

◆ ResultTypes

ResultTypes is an enumeration type describing the type of Result.

Enumerator
REQUEST 

The CreateResult will create result of REQUEST type.

REQUEST_AND_RESPONSE 

The CreateResult will create result of REQUEST_AND_RESPONSE type.

RESPONSE 

The CreateResult will create result of RESPONSE type.

◆ SeverityTypes

SeverityTypes is an enumeration type describing the associated severity of Result.

Enumerator
ERROR 

The associated severity of the result is ERROR.

FATAL_ERROR 

The associated severity of the result is FATAL_ERROR.

MESSAGE 

The associated severity of the result is MESSAGE.

TERMINATE 

The associated severity of the result is TERMINATE.

WARNING 

The associated severity of the result is WARNING.