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