OTX Reference  
OpenTestSystem.Otx.Extensions.Job.Actions.SendFinalResult Class Reference

Send the last result More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.Job.Actions.SendFinalResult:
Inheritance graph

Public Attributes

ResultTerm result
 The Result object to get the responses from, see GetFirstResult or GetAllResults. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Send the last result

SendFinalResult sends the last result before the job exits to the instance which started the job.

Exceptions
Core.Exceptions.TypeMismatchException
DiagCom.Exceptions.InvalidStateException
Syntax
Job.SendFinalResult(ResultTerm result);
ResultTerm result
The Result object to get the responses from, see GetFirstResult or GetAllResults.
Definition: Job.cs:804
Examples
// Local Declarations
DiagCom.Result Result1;
// Flow
Job.SendFinalResult(Result1);

Member Data Documentation

◆ result

ResultTerm OpenTestSystem.Otx.Extensions.Job.Actions.SendFinalResult.result

The Result object to get the responses from, see GetFirstResult or GetAllResults.