jobExists
if ps.jobExists("taxi") then
print("The 'taxi' job is available.")
else
print("The 'taxi' job does not exist.")
endLast updated
if ps.jobExists("taxi") then
print("The 'taxi' job is available.")
else
print("The 'taxi' job does not exist.")
endLast updated