tibasSpaceDef_GetSpaceWait()

Gets the space wait setting currently in effect for a specified spaceDef.

Declaration

tibas_status tibasSpaceDef_GetSpaceWait(
    tibasSpaceDef spaceDef,
    tibas_long* spaceWait)

Parameters

Parameter Description
spaceDef Specify the spaceDef for the space for which you want to obtain the space wait setting.
spaceWait Returns the space wait interval in milliseconds.

Remarks

Use the tibasSpaceDef_GetSpaceWait() function to return the space wait that is currently set for a specified space.

The space wait value is a timeout that applies to operations that cannot be processed because the space is not in the READY state, i.e., the space in the INITIAL, LOADING, RECOVER, or SUSPEND state.