Returns true if the job has started executing.

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

Syntax

C#
bool JobStarted { get; }
Visual Basic
ReadOnly Property JobStarted As Boolean
	Get
Visual C++
property bool JobStarted {
	bool get ();
}
F#
abstract JobStarted : bool with get

Property Value

Type: Boolean

See Also