Subscriber portal
This method returns the job ID which identifies this job.
public JmgJobId jobId()
The following example shows the job ID for the clock-in job.
JmgTermJob jmgTermJob; jmgTermJob = JmgTermJob::construct(JmgIpcActivity::findSignInJobId()); info(strFmt("The clock in job ID is: %1", jmgTermJob.jobId()));