Difference between revisions of "Extensions.Job.SetJobInfo"

From emotive
Jump to navigation Jump to search
(Created page with "== Classification == {{ClassificationActivity | SetJobInfo | Set job information | Action | OTX Job extension | Job related actions | InvalidStateException...")
 
Line 1: Line 1:
 
== Classification ==
 
== Classification ==
 
{{ClassificationActivity | SetJobInfo | Set job information | [[Action]] | [[Job|OTX Job extension]] | [[Job related actions]] | [[InvalidStateException]] | - }}
 
{{ClassificationActivity | SetJobInfo | Set job information | [[Action]] | [[Job|OTX Job extension]] | [[Job related actions]] | [[InvalidStateException]] | - }}
 +
 +
== OTL Syntax ==
 +
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 +
Job.SetJobInfo(StringTerm);
 +
</syntaxhighlight>
  
 
== Description ==
 
== Description ==
Line 10: Line 15:
 
{{TableRowPropertie1| Info | [[String]] | [[Term]] | - | [1] | A string that is sent to the tester as job information.}}
 
{{TableRowPropertie1| Info | [[String]] | [[Term]] | - | [1] | A string that is sent to the tester as job information.}}
 
|}
 
|}
 +
 +
== OTL Examples ==
 +
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;">
 +
String Info1;
 +
 +
Job.SetJobInfo(Info1);
 +
</syntaxhighlight>
  
 
== See also ==
 
== See also ==

Revision as of 07:07, 11 February 2015

Classification

Name SetJobInfo
Short Description Set 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

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

Properties

Name Data Type Class Default Cardinality Description
Info String Term - [1] A string that is sent to the tester as job information.

OTL Examples

String Info1;

Job.SetJobInfo(Info1);

See also

SendFinalResult
SendIntermediateResult
SetProgressInfo
AddElement
AddBranchByName
AddBranchByIndex
AddBranchByValue
AddEnvDataByDtc