Appearance
Liatir.jobs.status() reads the current state of one async process job.
Liatir.jobs.status()
status(jobId: string): Promise<JobEntry>
const job = await Liatir.jobs.status(jobId);
A job can be running, done, failed, or killed.
running
done
failed
killed