Difference between revisions of "Extensions.Job.SendFinalResult"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== Description == | == Description == | ||
− | '''SendFinalResult''' shall send the last result before the job exits to the instance which started the job. | + | The '''SendFinalResult''' shall send the last result before the job exits to the instance which started the job. |
== Properties == | == Properties == | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| Result | [[Extensions.DiagCom.Result|Result]] | [[Term]] | - | [1] | This | + | {{TableRowPropertie1| Result | [[Extensions.DiagCom.Result|Result]] | [[Term]] | - | [1] | This represents the '''result''' which shall be sent to the tester. The term diag:ResultTerm is specified in [[Extensions.DiagCom|the DiagCom extension]]}} |
|} | |} | ||
Line 20: | Line 20: | ||
<syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | <syntaxhighlight lang="java" enclose="div" style="font-size: medium;"> | ||
DiagCom.Result Result1; | DiagCom.Result Result1; | ||
+ | |||
+ | /// Flow | ||
Job.SendFinalResult(Result1); | Job.SendFinalResult(Result1); | ||
Line 25: | Line 27: | ||
== See also == | == See also == | ||
+ | <!--[[Extensions.Job.SendFinalResult|SendFinalResult]]<br/>--> | ||
[[Extensions.Job.SendIntermediateResult|SendIntermediateResult]]<br/> | [[Extensions.Job.SendIntermediateResult|SendIntermediateResult]]<br/> | ||
[[Extensions.Job.SetJobInfo|SetJobInfo]]<br/> | [[Extensions.Job.SetJobInfo|SetJobInfo]]<br/> |
Revision as of 11:31, 17 October 2018
Classification
Name | SendFinalResult |
Short Description | Sends the last result |
Class | Action |
Extension | OTX Job extension |
Group | Job related actions |
Exceptions | TypeMismatchException InvalidStateException |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Job.SendFinalResult(ResultTerm)
Description
The SendFinalResult shall send the last result before the job exits to the instance which started the job.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Result | Result | Term | - | [1] | This represents the result which shall be sent to the tester. The term diag:ResultTerm is specified in the DiagCom extension |
OTL Examples
DiagCom.Result Result1;
/// Flow
Job.SendFinalResult(Result1);
See also
SendIntermediateResult
SetJobInfo
SetProgressInfo
AddElement
AddBranchByName
AddBranchByIndex
AddBranchByValue
AddEnvDataByDtc