MCPcopy Index your code
hub / github.com/parse-community/parse-server / getJobStatus

Function getJobStatus

spec/CloudCode.spec.js:2321–2324  ·  view source on GitHub ↗
(jobId)

Source from the content-addressed store, hash-verified

2319 });
2320
2321 function getJobStatus(jobId) {
2322 const q = new Parse.Query('_JobStatus');
2323 return q.get(jobId, { useMasterKey: true });
2324 }
2325 });
2326});
2327

Callers 2

checkJobStatusFunction · 0.85
CloudCode.spec.jsFile · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected