OTX Reference  
OpenTestSystem.Otx.Extensions.Job.Actions.SetProgressInfo Class Reference

Send progress information More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.Job.Actions.SetProgressInfo:
Inheritance graph

Public Attributes

NumericTerm progress
 Represents the progress information as percentage to completion (0..100). Float values be truncated. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Send progress information

SetProgressInfo sends progress information in the form of an integer value to the tester. The value represents a percentage to completion and should be a number between 0 and 100.

Exceptions
DiagCom.Exceptions.InvalidStateException
Syntax
Job.SetProgressInfo(NumericTerm progress);
NumericTerm progress
Represents the progress information as percentage to completion (0..100). Float values be truncated.
Definition: Job.cs:857
Examples
// Local Declarations
// Flow
Job.SetProgressInfo(50);

Member Data Documentation

◆ progress

NumericTerm OpenTestSystem.Otx.Extensions.Job.Actions.SetProgressInfo.progress

Represents the progress information as percentage to completion (0..100). Float values be truncated.