@edgible-team/sdk
    Preparing search index...

    Class JobsClient

    Dispatch jobs to devices and track their lifecycle (see module doc).

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Get a job's status and result. This is the natural poll target for a job waiter: poll until status reaches a terminal state ('completed', 'failed', 'timeout', 'cancelled') and read output/error. Throws NotFoundError if the job does not exist.

      Parameters

      Returns Promise<Job>