Specifies the result of a job run.
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 JobRunResult
public enum class JobRunResult
Members
| Member name | Value | Description |
---|
| None | 0 | The job run has not yet completed. |
| RanToCompletion | 1 | The job run completed successfully. |
| Canceled | 2 | The job run was canceled. |
| Faulted | 3 | The job run encountered an error. |
| AbnormalTermination | 4 |
The job run was terminated abnormally.
This may occur if the DBI application process was unexpectedly terminated while a job was running.
|
See Also