Job Class

Represents a job managed by the application.
Inheritance Hierarchy
SystemObject
  Dundas.BI.SchedulingJob

Namespace: Dundas.BI.Scheduling
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class Job

The Job type exposes the following members.

Properties
 NameDescription
Public propertyCanBeReadByCaller Gets a value indicating whether the current caller is allowed to view the job details.
Public propertyCanBeRunByCaller Gets a value indicating whether the current caller is allowed to run the job.
Public propertyCanBeSavedByCaller Gets a value indicating whether the current caller is allowed to modify/save the job.
Public propertyCreatedByIdGets the ID of the account which created the job.
Public propertyDescriptionGets the description.
Public propertyIdGets the ID.
Public propertyJobKindGets the kind of job.
Public propertyLastRunInfoGets information about the last run of the job.
Public propertyMaintainerIdGets the ID of the account that maintains the job.
Public propertyModifiedTimeGets the time at which the job was last modified.
Public propertyNextRunTimeGets the next expected run time of the associated schedule.
Public propertyRelatedItemDescriptionGets a friendly description of the related item.
Public propertyRelatedItemIdGets the ID of the item related to the job (e.g. DataCube ID).
Public propertyRelatedItemTypeDescription Gets a string which describes the type of related item (if any).
Public propertyRunAsId Gets the ID of the account under which the job should be run.
Public propertyScheduleStatusGets the status of the associated schedule.
Public propertyStatusGets the status.
Public propertyTenantIdGets the ID of the tenant associated with the job.
Top
See Also