Extensions.Job.SendFinalResult
Jump to navigation
Jump to search
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