Difference between revisions of "Extensions.Job.SetJobInfo"

From emotive
Jump to navigation Jump to search
Line 14: Line 14:
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| Info | [[Core.DataTypes.SimpleDataType.String|String]] | [[Term]] | - | [1] | Represents a '''string''' which will be sent to the tester as job information.}}
+
{{TableRowPropertie2| Info | [[Core.DataTypes.SimpleDataType.String|String]] | [[Term]] | - | [1] | Represents a '''string''' which will be sent to the tester as job information.}}
 
|}
 
|}
  

Revision as of 03:29, 18 October 2018

Classification

Name SetJobInfo
Short Description Sets a job information
Class Action
Extension OTX Job extension
Group Job related actions
Exceptions InvalidStateException
Checker Rules -
Standard Compliant Yes

OTL Syntax

Job.SetJobInfo(StringTerm);

Description

The SetJobInfo shall set a job information which is sent to the calling tester.

Properties

Name Data Type Class Default Cardinality Description
Info String Term - [1] Represents a string which will be sent to the tester as job information.

OTL Examples

String Info1;

/// Flow

Job.SetJobInfo(Info1);

See also

SendFinalResult
SendIntermediateResult
SetProgressInfo
AddElement
AddBranchByName
AddBranchByIndex
AddBranchByValue
AddEnvDataByDtc