Share via


JmgTermJob_illegal.module Method [AX 2012]

Retrieves the module from where the job originated.

Syntax

public JmgModuleEnum module()

Run On

Called

Return Value

Type: JmgModuleEnum Enumeration
The module where the job originated.

Remarks

Since an illegal job does not belong to any module, this method throws an error. For a code example that uses the module method, see JmgTermJob.module Method.

See Also

Reference

JmgTermJob_illegal Class