'Declaration
Public Overloads Shared Function Exists( _ ByVal jobID As System.Integer _ ) As System.Boolean
'Usage
Dim jobID As System.Integer Dim value As System.Boolean value = Job.Exists(jobID)
public static System.bool Exists( System.int jobID )
Parameters
- jobID
- Job ID.
Return Value
True if the Job exists.