Returns whether there is at least one job in the table.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsEmpty()
Visual Basic (Declaration)
Public Function IsEmpty As Boolean
Visual C++
public:
bool IsEmpty()

Return Value

true if the table is the empty, false otherwise

See Also