CertSignOffReqd Method
- Last UpdatedNov 06, 2025
- 1 minute read
The CertSignOffReqd() method returns the status of whether a job or a job step that requires a certification signoff has been signed off or not.
'Declaration
Public Shared Function CertSignOffReqd( _
ByVal processId As String, _
ByVal operId As String, _
ByVal stepNo As Nullable(Of Integer) _
) As Boolean
'Usage
Dim processId As String
Dim operId As String
Dim stepNo As Nullable(Of Integer)
Dim value As Boolean
value = JobExec.CertSignOffReqd(processId, operId, stepNo)
Parameters
- processId
- Optional. Holds a process ID.
- operId
- Required. Holds the ID of the operation.
- stepNo
- Optional. Holds the step number.
Return Value
Returns true if certification signoff is required; otherwise, returns false.