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 Enumeration JobEventKind
public enum class JobEventKind
Members
| Member name | Value | Description |
---|
| Message | 0 | The event only represents a message. |
| Started | 1 | The job run has started. |
| RanToCompletion | 2 | The job run has completed successfully. |
| Canceled | 3 | The job run has finished because it was canceled. |
| Faulted | 4 | The job run has finished due to encountered an error. |
| JobFailureEmailSent | 5 | The job run has failed and failure email has been sent. |
See Also