doesJobExist
Arguments
job (string): The job name.
grade (number): The job grade.
Returns
exists (boolean): True if the job and grade exist, otherwise false.
Example Usage
Return Structure
If job and grade are valid:
If job and grade are not valid:
Last updated