Skip to main content

Jobs

ESX.GetJob

Gets the job object data for the specified job name.

ESX.GetJob(jobName)
  • jobName: string
  • return xJob?

ESX.GetJobs

Gets all of the job objects data.

ESX.GetJobs()
  • return <string, xJob> (array containing instances of xJob)