OpenHiva::Node::Ready

Description

Checks whether Node is shut down.

Prototype

bool OpenHiva::Node::Ready()

Parameters

None

Returns

The return value is of the Boolean type. If the value is true, Node is enabled. If the value is false, Node is disabled.

Usage

None

Precautions

Reentrant, synchronous interface.