Difference between revisions of "Extensions.Job.SendIntermediateResult"

From emotive
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{DISPLAYTITLE:  '''SendIntermediateResult '''}}
 
== Classification ==
 
== Classification ==
{{ClassificationActivity | SendIntermediateResult | Send intermediate result | [[Action]] | [[Job|OTX Job extension]] | [[Job related actions]] | [[TypeMismatchException]]<br/>[[InvalidStateException]] | - }}
+
{{ClassificationActivity | SendIntermediateResult | Send intermediate result | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Job related actions]] | [[TypeMismatchException]]<br/>[[Extensions.DiagCom.InvalidStateException|InvalidStateException]] | - }}
  
 
== OTL Syntax ==
 
== OTL Syntax ==
Line 13: Line 14:
 
{| {{TableHeader}}
 
{| {{TableHeader}}
 
{{TableRowPropertiesHeader}}
 
{{TableRowPropertiesHeader}}
{{TableRowPropertie1| Result | [[Result]] | [[Term]] | - | [1] | This represents the result which shall be sent tothe tester as an intermediate result.}}
+
{{TableRowPropertie1| Result | [[Extensions.DiagCom.Result|Result]] | [[Term]] | - | [1] | This represents the result which shall be sent tothe tester as an intermediate result.}}
 
|}
 
|}
  
Line 24: Line 25:
  
 
== See also ==
 
== See also ==
[[SendFinalResult]]<br/>
+
[[Extensions.Job.SendFinalResult|SendFinalResult]]<br/>
[[SetJobInfo]]<br/>
+
[[Extensions.Job.SetJobInfo|SetJobInfo]]<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:27, 15 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