new OutputInfo(jobHash, params)
Class describing an output from an execution. The data is used for communication between the initiator/a monitor of the job and the worker executing the job.
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
jobHash |
string | Identifier for the job. |
|||||||||
params |
object |
Properties
|
- Source:
Members
hash :string
Job identifier
Type:
- Source:
output :string
String output.
Type:
- Source:
outputNumber :number
Ordered id of output (0, 1, 2..)
Type:
- Source: