Returns true is the job is pending execution.

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

Syntax

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

Property Value

Type: Boolean

Implements

IJobInfo..::..JobPending

See Also