OTX Reference  
OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetTestResultHandlingLevel Class Reference

Sets the TestResultHandlingLevel threshold to the defined level More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetTestResultHandlingLevel:
Inheritance graph

Public Attributes

TestResultHandlingLevelTerm level
 This element represents the TestResultHandlingLevel which shall be set More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Sets the TestResultHandlingLevel threshold to the defined level

The SetTestResultHandlingLevel activity shall cause the OTX runtime system to set the TestResultHandlingLevel threshold to the defined level.

Syntax
TestResultHandling.SetTestResultHandlingLevel(TestResultHandlingLevelTerm level);
TestResultHandlingLevelTerm level
This element represents the TestResultHandlingLevel which shall be set
Definition: TestResultHandling.cs:757
Examples
// Local Declarations
// Flow
TestResultHandling.SetTestResultHandlingLevel(@TestResultHandlingLevel:ALL);

Member Data Documentation

◆ level

TestResultHandlingLevelTerm OpenTestSystem.Otx.Extensions.TestResultHandling.Actions.SetTestResultHandlingLevel.level

This element represents the TestResultHandlingLevel which shall be set