JmgJobTable::find Method

Retrieves the record for a given job ID.

Syntax

client server public static JmgJobTable find(JmgJobId _jobId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the job should be selected for update; optional.

Return Value

Type: JmgJobTable Table
The job table record.

See Also

Reference

JmgJobTable Table