| Property | Description | Returns | 
|---|---|---|
| deleteUrl | Get the delete URL. Does not allow deleting pre-defined tasks - they would be re-created anyway. | string | 
| hateoasLinks | Get the HATEOAS links for the record | array | 
| editUrl | Get the url for editing the record. | string | 
| publishUrl | Get the url for publishing the record. | string | 
| deleteUrlSrc | Get the url for deleting the record. | string | 
| id | int | |
| name | string | |
| text | string | |
| predefined | bool | |
| queueKey | string | |
| parameters | array | |
| interval | string | |
| intervalMinute | string | |
| intervalHour | string | |
| intervalDay | string | |
| intervalMonth | string | |
| intervalDayOfWeek | string | |
| pauseUntil | DateTime | |
| recurringUntil | DateTime | |
| lastDispatched | DateTime | |
| created | Date the record was created. | DateTime | 
| modified | Last modification date for the record. | DateTime | 
| published | Date at which the page was published | DateTime | 
| published | Determines if the record is published. | bool | 
| site | Site | |
| recurring | Check whether the task is configured as recurring task / cron | bool | 
| nextRunDate | Get the next time this task will be dispatched, based on the last | DateTime | 
| due | Check whether the task is due for dispatching. Also considers "late" tasks due for dispatching on non-recurring tasks only | bool | 
Scheduler\Models\Api\Task
Task