Share via


JmgIpcActivity::findJobId Method

Finds a JmgIpcActivity record in the database based on a specified job ID.

Syntax

client server public static JmgIpcActivity findJobId(JmgJobId _jobId, [boolean _update])

Run On

ClientOrServer

Parameters

  • _update
    Type: boolean
    true if the returned JmgIpcActivity record must be selected for update; otherwise, false.

Return Value

Type: JmgIpcActivity Table
A JmgIpcActivity record.

See Also

Reference

JmgIpcActivity Table