Difference between revisions of "Extensions.Job.SetJobInfo"

From emotive
Jump to navigation Jump to search
m (Hb moved page SetJobInfo to Extensions.Job.SetJobInfo: #3153)
(No difference)

Revision as of 10:12, 15 February 2016

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