JobEventKind Enumeration

Specifies the kinds of job events.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum JobEventKind
Members
  Member nameValueDescription
Message0The event only represents a message.
Started1The job run has started.
RanToCompletion2The job run has completed successfully.
Canceled3The job run has finished because it was canceled.
Faulted4The job run has finished due to encountered an error.
JobFailureEmailSent5The job run has failed and failure email has been sent.
See Also