Extensions.Job.SendIntermediateResult

From emotive
Revision as of 10:12, 15 February 2016 by Hb (talk | contribs) (Hb moved page SendIntermediateResult to Extensions.Job.SendIntermediateResult: #3153)
Jump to navigation Jump to search

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