ScheduledJobCatalogItemDto Properties
A data transfer object (DTO) that provides general information about a scheduled job.Name | Description |
---|---|
Enabled | Specifies whether or not the task is allowed to run automatically. |
Id | Identifies the task. |
Name | Specifies the task name. |
ReportId | Identifies the report generated by the task. |
StartDate | Specifies the date and time at which the task should start running. |
TaskMode | Specifies whether the task should generate a report or billing statement. |
See Also