Gets the result of the 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 JobRunResult Result { get; }
Public ReadOnly Property Result As JobRunResult
Get
public:
property JobRunResult Result {
JobRunResult get ();
}
member Result : JobRunResult with get
Property Value
Type:
JobRunResultSee Also