Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Space : Space Operations and Options Initialization Operations : tibasSpace_IsReady()

tibasSpace_IsReady()
Function
Declaration
tibas_status tibasSpace_IsReady
     (tibasSpace    space,
     tibas_boolean *isReady)
Purpose
Sets the value of isReady to TIBAS_TRUE if the space is ready to be used.
Parameters
 
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.
See Also
tibasSpace_WaitForReady()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved