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 (24.3.0.1000)
Syntax
public class JobRunEvent

The JobRunEvent type exposes the following members.

Properties
  NameDescription
Public propertyEventKind
Gets 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 propertyJobId
Gets the ID the job associated with the event.
Public propertyJobRunId
Gets the ID of the job run associated with the event.
Public propertyMessage
Gets the message associated with the event.
Public propertyMessageId
Gets the ID associated with the message.
Public propertySeverity
Gets the severity of the message.
Public propertyTime
Gets the time of the event.
Top
See Also