Classification
OTL Syntax
StringTerm Job.GetJobInfo(DiagServiceValue diagJob);
Description
GetJobInfo retrieves information out of a DiagService object that encapsulates an OTX job.
Return Value
The Term returns the value, see table below.
|
|
In OTX, Terms are categorized according to its return data type!
|
Data Type |
Description
|
String |
Information from a DiagService
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
DiagJob |
DiagService |
Value |
- |
[0..1] |
This diagnostic service object representing a job, where job information will be retrieved.
|
OTL Examples
/// Local Declarations
DiagCom.DiagService DiagService1;
String String1 = "";
/// Flow
String1 = Job.GetJobInfo(DiagService1);
See also
CreateResponse
CreateResult
GetJobProgress