JmgIpcActivity::findSignTypeJobId Method
Retrieves the job ID of the specified type of system job.
Syntax
client server public static JmgJobId findSignTypeJobId(JmgSignInOut signType, [boolean check])
Run On
Called
Parameters
- signType
Type: JmgSignInOut Enumeration
The type of system job for which to retrieve the job ID.
- check
Type: boolean
true if an error should be thrown if the specified system job does not exist; otherwise, false.
Return Value
Type: JmgJobId Extended Data Type
The job ID of the specified type of system job.
Exceptions
Exception | Condition |
---|---|
Error | The specified system job cannot be found. |