JobData
Index
Properties
optionalargs
The arguments for the job (optional)
optionalbilledDuration
The duration the job was billed for in ms (optional)
chain
The blockchain to execute the job on
developer
The developer of the repo executing the job
optionalfilename
The filename where transactions data is stored (optional)
id
The ID of the user
optionalisFullLog
Whether the logs are full (optional)
jobId
The ID of the job
jobStatus
The status of the job
optionallogStreams
The log streams of the job (optional)
optionallogs
The logs of the job (optional)
optionalmetadata
The metadata for the job (optional)
repo
The repo executing the job
optionalresult
The result of the job (optional)
optionaltask
The task to execute (optional)
optionaltaskId
The ID of the task (optional)
timeCreated
The time the job was created
optionaltimeFailed
The time the job failed (optional)
optionaltimeFinished
The time the job was finished (optional)
optionaltimeStarted
The time the job was started (optional)
optionaltimeUsed
The time the job result was used (optional)
txNumber
The number of transactions
optionaluserId
The ID of the user (optional)
JobData is the data structure for a job, keeping track of the job status, result, logs, and metadata.