Extensions.Job.AddEnvDataByDtc
Jump to navigation
Jump to search
Classification
Name | AddEnvDataByDtc |
Short Description | Adds environment-data parameter structure |
Class | Action |
Extension | OTX Job extension |
Group | Job related actions |
Exceptions | InvalidParameterizationException |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Job.AddEnvDataByDtc(ParameterContainer, IntegerTerm);
Description
AddEnvDataByDtc is used to add structure to response according to the value of a DTC an Environment-data parameter structure.
Properties
Name | Data Type | Class | Default | Cardinality | Description |
ParameterContainer | ParameterContainer | Term | - | [1] | The parameters in which new element (s) to be added. |
Dtc | Integer | Term | - | [1] | The value of the DTC for the environment data structures to be added |
OTL Examples
DiagCom.Request ParameterContainer1;
Job.AddEnvDataByDtc(ParameterContainer1, 0);
See also
SendFinalResult
SendIntermediateResult
SetJobInfo
SetProgressInfo
AddElement
AddBranchByName
AddBranchByIndex
AddBranchByValue