ScheduledJobResultDto Properties
A data transfer object (DTO) that provides detailed information about the results of executing a scheduled job.Name | Description |
---|---|
CreatedOn | Specifies the date and time at which the task execution result was obtained. Inherited from ScheduledJobResultCatalogItemDto. |
ExecutionParameters | Lists the values of parameters that were used to create a document. |
Id | Identifies the result of a task execution. Inherited from ScheduledJobResultCatalogItemDto. |
Message | Describes the error that prompted a task execution to fail. |
Recipients | Lists the recipients that will receive created reports by email. |
Status | Specifies the status of a task or result of its execution. Inherited from ScheduledJobResultCatalogItemDto. |
See Also