Amend Job logic
This commit is contained in:
@@ -11,8 +11,10 @@ Name | Type | Description | Notes
|
||||
**processingJobs** | **number** | | [optional] [default to undefined]
|
||||
**completedJobs** | **number** | | [optional] [default to undefined]
|
||||
**failedJobs** | **number** | | [optional] [default to undefined]
|
||||
**childrenIds** | **Array<number>** | | [optional] [default to undefined]
|
||||
**attempts** | **number** | | [optional] [default to undefined]
|
||||
**status** | [**JobStatus**](JobStatus.md) | | [default to undefined]
|
||||
**type** | [**JobType**](JobType.md) | | [default to undefined]
|
||||
|
||||
## Example
|
||||
|
||||
@@ -26,8 +28,10 @@ const instance: JobDto = {
|
||||
processingJobs,
|
||||
completedJobs,
|
||||
failedJobs,
|
||||
childrenIds,
|
||||
attempts,
|
||||
status,
|
||||
type,
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user