@jetjs/threadpool-protocol
interface JobResponse
Response from a submitted job
Properties
| Property | Type | Description |
|---|---|---|
| error | Error | |
| executionTime | number | |
| jobStatus | JobStatus | |
| jobType | JobType | |
| value | object |
Property Details
-
error Property
Signature:error?: Error; -
executionTime Property
Signature:executionTime: number; -
jobStatus Property
Signature:jobStatus: JobStatus; -
jobType Property
Signature:jobType: JobType; -
value Property
Signature:value: object;