Extensions.Job.SetJobInfo

From emotive
Revision as of 07:07, 11 February 2015 by Tl (talk | contribs)
Jump to navigation Jump to search

Classification

Name SetJobInfo
Short Description Set job information
Class Action
Extension OTX Job extension
Group Job related actions
Exceptions InvalidStateException
Checker Rules -
Standard Compliant Yes

OTL Syntax

Job.SetJobInfo(StringTerm);

Description

SetJobInfo set a job information which is sent to the calling tester.

Properties

Name Data Type Class Default Cardinality Description
Info String Term - [1] A string that is sent to the tester as job information.

OTL Examples

String Info1;

Job.SetJobInfo(Info1);

See also

SendFinalResult
SendIntermediateResult
SetProgressInfo
AddElement
AddBranchByName
AddBranchByIndex
AddBranchByValue
AddEnvDataByDtc