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

Set a job information More...

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

Public Attributes

StringTerm info
 Represents a string which be sent to the tester as job More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Set a job information

SetJobInfo sets a job information which is sent to the calling tester.

Exceptions
DiagCom.Exceptions.InvalidStateException
Syntax
Job.SetJobInfo(StringTerm info);
StringTerm info
Represents a string which be sent to the tester as job
Definition: Job.cs:910
Examples
// Local Declarations
// Flow
Job.SetJobInfo("Info1");

Member Data Documentation

◆ info

StringTerm OpenTestSystem.Otx.Extensions.Job.Actions.SetJobInfo.info

Represents a string which be sent to the tester as job