Share via


JmgTermJob.jobDescription Method [AX 2012]

This method returns a description of the job.

Syntax

public JmgDescription jobDescription()

Run On

Called

Return Value

Type: JmgDescription Extended Data Type
The description associated with the job.

Examples

The following example prints the job description associated with job ID '10000007' in an Infolog.

JmgTermJob jmgTermJob; 
 
jmgTermJob = JmgTermJob::construct('10000007'); 
info(jmgTermJob.jobDescription());

See Also

Reference

JmgTermJob Class