Difference between revisions of "Extensions.Job.SetJobInfo"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{DISPLAYTITLE: '''SetJobInfo '''}} | {{DISPLAYTITLE: '''SetJobInfo '''}} | ||
== Classification == | == Classification == | ||
− | {{ClassificationActivity | SetJobInfo | | + | {{ClassificationActivity | SetJobInfo | Sets a job information | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Extensions.Job#Actions|Job related actions]] | [[Extensions.DiagCom.InvalidStateException|InvalidStateException]] | - }} |
== OTL Syntax == | == OTL Syntax == | ||
Line 9: | Line 9: | ||
== Description == | == Description == | ||
− | '''SetJobInfo''' set a job information which is sent to the calling tester. | + | The '''SetJobInfo''' shall set a job information which is sent to the calling tester. |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| Info | [[Core.DataTypes.SimpleDataType.String|String]] | [[Term]] | - | [1] | | + | {{TableRowPropertie1| Info | [[Core.DataTypes.SimpleDataType.String|String]] | [[Term]] | - | [1] | Represents a '''string''' which will be sent to the tester as job information.}} |
|} | |} | ||
Line 20: | Line 20: | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
String Info1; | String Info1; | ||
+ | |||
+ | /// Flow | ||
Job.SetJobInfo(Info1); | Job.SetJobInfo(Info1); | ||
Line 26: | Line 28: | ||
== See also == | == See also == | ||
[[Extensions.Job.SendFinalResult|SendFinalResult]]<br/> | [[Extensions.Job.SendFinalResult|SendFinalResult]]<br/> | ||
− | [[Extensions.Job.SendIntermediateResult|SendIntermediateResult]]<br/> | + | [[Extensions.Job.SendIntermediateResult|SendIntermediateResult]]<br/> |
+ | <!--[[Extensions.Job.SetJobInfo|SetJobInfo]]<br/>--> | ||
[[Extensions.Job.SetProgressInfo|SetProgressInfo]]<br/> | [[Extensions.Job.SetProgressInfo|SetProgressInfo]]<br/> | ||
[[Extensions.Job.AddElement|AddElement]]<br/> | [[Extensions.Job.AddElement|AddElement]]<br/> |
Revision as of 03:12, 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