Methods
(static) addDBJob(job) → {Promise}
Add a job to the job history Required attributes:
- runtime
- memory
- jobname
- location
- error
- output
- modules (Array)
- commands (multi line, with
\n
s)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
job |
Object
|
The job data structure |
Returns:
- Type:
-
Promise