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