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


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

tibasSpace_WaitForReady()
Function
Declaration
tibas_status tibasSpace_WaitForReady
     (tibasSpace    space,
     tibas_boolean* isReady,
     tibas_long     timeout)
Purpose
Queries the state of the space. Returns a value indicating that the space is ready; or if it is not ready, returns a value indicating that the space is not ready.
Parameters
 
Is equal to TIBAS_TRUE if the space is ready, or TIBAS_FALSE if the space is not ready.
 
Remarks
Use the tibasSpace_WaitForReady() function to query whether a specified space is ready to process data. If the space is ready, the function returns TIBAS_TRUE. If the space is not ready, it returns TIBAS_FALSE
You can use the timeout parameter to specify a value indicating the number of milliseconds to wait before the space is ready.
See Also
tibasSpace_IsReady()

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