Job Class |
Namespace: Dundas.BI.Scheduling
The Job type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanBeReadByCaller |
Gets a value indicating whether the current caller is allowed to view the job details.
|
![]() | CanBeRunByCaller |
Gets a value indicating whether the current caller is allowed to run the job.
|
![]() | CanBeSavedByCaller |
Gets a value indicating whether the current caller is allowed to modify/save the job.
|
![]() | CreatedById | Gets the ID of the account which created the job. |
![]() | Description | Gets the description. |
![]() | Id | Gets the ID. |
![]() | JobKind | Gets the kind of job. |
![]() | LastRunInfo | Gets information about the last run of the job. |
![]() | MaintainerId | Gets the ID of the account that maintains the job. |
![]() | ModifiedTime | Gets the time at which the job was last modified. |
![]() | NextRunTime | Gets the next expected run time of the associated schedule. |
![]() | RelatedItemDescription | Gets a friendly description of the related item. |
![]() | RelatedItemId | Gets the ID of the item related to the job (e.g. DataCube ID). |
![]() | RelatedItemTypeDescription |
Gets a string which describes the type of related item (if any).
|
![]() | RunAsId |
Gets the ID of the account under which the job should be run.
|
![]() | ScheduleStatus | Gets the status of the associated schedule. |
![]() | Status | Gets the status. |
![]() | TenantId | Gets the ID of the tenant associated with the job. |