Difference between revisions of "Extensions.Job.SendFinalResult"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:  '''SendFinalResult '''}}
 
{{DISPLAYTITLE:  '''SendFinalResult '''}}
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | SendFinalResult | Delivered the last result | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Job related actions]] | [[Core.Actions.Throw.Exception.TypeMismatchException|TypeMismatchException]]<br/>[[Extensions.DiagCom.InvalidStateException|InvalidStateException]] | - }}
+
{{ClassificationActivity | SendFinalResult | Sends the last result | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Extensions.Job#Actions|Job related actions]] | [[Core.DataTypes.ComplexDataType.TypeMismatchException|TypeMismatchException]]<br/>[[Extensions.DiagCom.InvalidStateException|InvalidStateException]] | - }}
  
 
== OTL Syntax ==
 
== OTL Syntax ==
Line 9: Line 9:
  
 
== Description ==
 
== Description ==
'''SendFinalResult''' the last result to the instance that sent the job started, before the job is finished.
+
'''SendFinalResult''' shall send the last result before the job exits to the instance which started the job.
  
 
== Properties ==
 
== Properties ==

Revision as of 11:29, 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

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 is equivalent to the result that the tester should be sent.

OTL Examples

DiagCom.Result Result1;

Job.SendFinalResult(Result1);

See also

SendIntermediateResult
SetJobInfo
SetProgressInfo
AddElement
AddBranchByName
AddBranchByIndex
AddBranchByValue
AddEnvDataByDtc