...
Code Block | ||||
---|---|---|---|---|
| ||||
... job.update(JSON.stringify({ foo: 'bar' })); ... |
Parameter data:
...
string (required)
An arbitrary object serialized to JSON.
void job.setError(message)
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
... job.update(JSON.stringify({ foo: 'bar' })); ... |
...
An arbitrary object serialized to JSON.
...