Share via


JmgTermJob_IPC.module Method [AX 2012]

Retrieves the module that the job originated from. For IPC jobs, this is JmgModuleEnum::IPC.

Syntax

public JmgModuleEnum module()

Run On

Called

Return Value

Type: JmgModuleEnum Enumeration
The module that the job originated from, which is JmgModuleEnum::IPC.

Remarks

For a code example that uses the module method, see the JmgTermJob.module Method.

See Also

JmgTermJob_IPC Class

JmgTermJob.module Method