JobType Enum Represents the type of a job.

Enumeration Members

Enumeration Members

Job: "job"

The job is expected to return a Promise with a result.

JobStream: "job-stream"

The job is expected to return a stream iterator with results.