# LiltNode.Job ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | A name for the job. | [optional] **creationStatus** | **String** | Status of job creation process that includes PENDING, COMPLETE, and FAILED. | [optional] **deliveredAt** | **Date** | | [optional] **status** | **String** | Current status of job that includes archived, delivered, and active. | [optional] **due** | **Date** | An ISO string date. | [optional] **id** | **Number** | An id for the job. | [optional] **isProcessing** | **Number** | Values include `1` while in progress, `0` when idle and `-2` when processing failed. | [optional] **stats** | [**JobStats**](JobStats.md) | | [optional]