Returns true if the job has successfully completed.

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

Syntax

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

Property Value

Type: Boolean

Implements

IJobInfo..::..JobCompletedOk

See Also