Difference between revisions of "Extensions.Job.SendIntermediateResult"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:  '''SendIntermediateResult '''}}
 
{{DISPLAYTITLE:  '''SendIntermediateResult '''}}
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | SendIntermediateResult | Send intermediate result | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Job related actions]] | [[TypeMismatchException]]<br/>[[Extensions.DiagCom.InvalidStateException|InvalidStateException]] | - }}
+
{{ClassificationActivity | SendIntermediateResult | Send intermediate result | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Job related actions]] | [[Core.Actions.Throw.Exception.TypeMismatchException|TypeMismatchException]]<br/>[[Extensions.DiagCom.InvalidStateException|InvalidStateException]] | - }}
  
 
== OTL Syntax ==
 
== OTL Syntax ==

Revision as of 07:07, 16 February 2016

Classification

Name SendIntermediateResult
Short Description Send intermediate result
Class Action
Extension OTX Job extension
Group Job related actions
Exceptions TypeMismatchException
InvalidStateException
Checker Rules -
Standard Compliant Yes

OTL Syntax

Job.SendIntermediateResult(ResultTerm);

Description

SendIntermediateResult is the value of a ResultTerm as intermediate result to the send the instance that initiated the job

Properties

Name Data Type Class Default Cardinality Description
Result Result Term - [1] This represents the result which shall be sent tothe tester as an intermediate result.

OTL Examples

DiagCom.Result Result1;

Job.SendIntermediateResult(Result1);

See also

SendFinalResult
SetJobInfo
SetProgressInfo
AddElement
AddBranchByName
AddBranchByIndex
AddBranchByValue
AddEnvDataByDtc