Difference between revisions of "Extensions.Job.SendFinalResult"
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]] | [[TypeMismatchException]]<br/>[[ | + | {{ClassificationActivity | SendFinalResult | Delivered the last result | [[Action]] | [[Extensions.Job|OTX Job extension]] | [[Job related actions]] | [[Core.Actions.Throw.Exception.TypeMismatchException|TypeMismatchException]]<br/>[[Core.Actions.Throw.Exception.InvalidStateException|InvalidStateException]] | - }} |
== OTL Syntax == | == OTL Syntax == |
Revision as of 07:04, 16 February 2016
Classification
Name | SendFinalResult |
Short Description | Delivered 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 the last result to the instance that sent the job started, before the job is finished.
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