Returns true if the job has started executing.

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

Syntax

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

Property Value

Type: Boolean

Implements

IJobInfo..::..JobStarted

See Also