The Job Worker interface.

interface IJobWorker {
    close(): void;
}

Methods

Methods

  • Close the Job Worker.

    Returns void