JobRunResult Enumeration

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 enum JobRunResult
Members
  Member nameValueDescription
None0The job run has not yet completed.
RanToCompletion1The job run completed successfully.
Canceled2The job run was canceled.
Faulted3The job run encountered an error.
AbnormalTermination4 The job run was terminated abnormally. This may occur if the DBI application process was unexpectedly terminated while a job was running.
See Also