Difference between revisions of "Extensions.Job.SetJobInfo"
Jump to navigation
Jump to search
m (Hb moved page SetJobInfo to Extensions.Job.SetJobInfo: #3153) |
|||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE: '''SetJobInfo '''}} | ||
== Classification == | == Classification == | ||
− | {{ClassificationActivity | SetJobInfo | Set job information | [[Action]] | [[Job|OTX Job extension]] | [[Job related actions]] | [[InvalidStateException]] | - }} | + | {{ClassificationActivity | SetJobInfo | Set job information | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Job related actions]] | [[InvalidStateException]] | - }} |
== OTL Syntax == | == OTL Syntax == | ||
Line 13: | Line 14: | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| Info | [[String]] | [[Term]] | - | [1] | A string that is sent to the tester as job information.}} | + | {{TableRowPropertie1| Info | [[Core.DataTypes.SimpleDataType.String|String]] | [[Term]] | - | [1] | A string that is sent to the tester as job information.}} |
|} | |} | ||
Line 24: | Line 25: | ||
== See also == | == See also == | ||
− | [[SendFinalResult]]<br/> | + | [[Extensions.Job.SendFinalResult|SendFinalResult]]<br/> |
− | [[SendIntermediateResult]]<br/> | + | [[Extensions.Job.SendIntermediateResult|SendIntermediateResult]]<br/> |
− | [[SetProgressInfo]]<br/> | + | [[Extensions.Job.SetProgressInfo|SetProgressInfo]]<br/> |
− | [[AddElement]]<br/> | + | [[Extensions.Job.AddElement|AddElement]]<br/> |
− | [[AddBranchByName]]<br/> | + | [[Extensions.Job.AddBranchByName|AddBranchByName]]<br/> |
− | [[AddBranchByIndex]]<br/> | + | [[Extensions.Job.AddBranchByIndex|AddBranchByIndex]]<br/> |
− | [[AddBranchByValue]]<br/> | + | [[Extensions.Job.AddBranchByValue|AddBranchByValue]]<br/> |
− | [[AddEnvDataByDtc]] | + | [[Extensions.Job.AddEnvDataByDtc|AddEnvDataByDtc]] |
Revision as of 10:29, 15 February 2016
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