Skip to content

jobs.status

Liatir.jobs.status() reads the current state of one async process job.

Signature

ts
status(jobId: string): Promise<JobEntry>

Example

ts
const job = await Liatir.jobs.status(jobId);

Job states

A job can be running, done, failed, or killed.

Liatir — powerful bioinformatics on your machine.

By using this app, you agree to our Privacy Policy and Terms of Service.