Returns true if the job has completed with errors.
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
bool JobCompletedWithErrors { get; }  | 
| Visual Basic | 
|---|
ReadOnly Property JobCompletedWithErrors As Boolean Get  | 
| Visual C++ | 
|---|
property bool JobCompletedWithErrors { bool get (); }  | 
| F# | 
|---|
abstract JobCompletedWithErrors : bool with get  |