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 (24.3.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 propertyCreatedById
Gets the ID of the account which created the job.
Public propertyDescription
Gets the description.
Public propertyId
Gets the ID.
Public propertyJobKind
Gets the kind of job.
Public propertyLastRunInfo
Gets information about the last run of the job.
Public propertyMaintainerId
Gets the ID of the account that maintains the job.
Public propertyModifiedTime
Gets the time at which the job was last modified.
Public propertyNextRunTime
Gets the next expected run time of the associated schedule.
Public propertyRelatedItemDescription
Gets a friendly description of the related item.
Public propertyRelatedItemId
Gets 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 propertyScheduleStatus
Gets the status of the associated schedule.
Public propertyStatus
Gets the status.
Public propertyTenantId
Gets the ID of the tenant associated with the job.
Top
See Also