tibasSpace_IsReady()

Sets the value of is Ready to TIBAS_TRUE if the space is ready to be used.

Declaration

tibas_status tibasSpace_IsReady
     (tibasSpace    space,
     tibas_boolean *isReady)

Parameters

Parameter Description
space The TIBCO ActiveSpaces entity on which the function is invoked.
isReady Boolean value indicating whether the space is ready to be used.

Remarks

Use the tibasSpace_IsReady() function to test whether a specified space is ready to be used.

A space is ready to be used if the minimum number of seeders has been reached or, if persistence has been configured for the space, the space has been loaded from the persistence layer.

If the space is not ready, the function returns TIBAS_FALSE, and it is not possible to perform operations on the space.