Returns true if the job has completed with errors.

Namespace: BrightstarDB.Dto
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public bool JobCompletedWithErrors { get; }
Visual Basic
Public ReadOnly Property JobCompletedWithErrors As Boolean
	Get
Visual C++
public:
virtual property bool JobCompletedWithErrors {
	bool get () sealed;
}
F#
abstract JobCompletedWithErrors : bool with get
override JobCompletedWithErrors : bool with get

Property Value

Type: Boolean

Implements

IJobInfo..::..JobCompletedWithErrors

See Also