JobRunEvent Class

Represents an event associated with a job run.
Inheritance Hierarchy
SystemObject
  Dundas.BI.SchedulingJobRunEvent

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

The JobRunEvent type exposes the following members.

Properties
 NameDescription
Public propertyEventKindGets the kind of the event.
Public propertyIndex Gets a numeric index associated with the message which can be used to properly sort messages having identical values for the Time property.
Public propertyJobIdGets the ID the job associated with the event.
Public propertyJobRunIdGets the ID of the job run associated with the event.
Public propertyMessageGets the message associated with the event.
Public propertyMessageIdGets the ID associated with the message.
Public propertySeverityGets the severity of the message.
Public propertyTimeGets the time of the event.
Top
See Also