Share via


JmgTermJob_IPC.signType Method [AX 2012]

Retrieves the type of registration that is associated with this job.

Syntax

public JmgSignInOut signType()

Run On

Called

Return Value

Type: JmgSignInOut Enumeration
The registration type associated with this job.

Remarks

For IPC jobs, the SignInOut field of the JmgIpcActivity record is returned. The JmgIpcActivity record is where the job originated.

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

See Also

JmgTermJob_IPC Class

JmgTermJob.signType Method