Extensions.Job.GetJobInfo

From emotive
Revision as of 10:33, 8 August 2014 by Nb (talk | contribs) (Created page with "Category:Job == Classification == {{ClassificationActivity | GetJobInfo | Get information from '''DiagService''' object | Term | OTX Job extension | Job rela...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name GetJobInfo
Short Description Get information from DiagService object
Class Term
Extension OTX Job extension
Group Job related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

String GetJobInfo(DiagService diagService);

Description

GetJobInfo retrieves information from a DiagService out object that encapsulates a OTX job.

Return Value

The Term returns the value, see table below.

Icons Note.png 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 Term - [1] This diagnostic service object is a job where job information is to be retrieved.

Examples

String result = GetJobInfo(myDiagService);

See also

CreateResult
CreateResult
GetJobProgress