tibasInvokeResult_GetStatus()

Returns the status of a specified invoke result.

Declaration

tibas_status tibasInvokeResult_GetStatus(
    tibasInvokeResult result,
    tibas_status* status);

Parameters

Parameter Description
result Specify the InvokeResult object for which to get a status.
status Returns the status of the invocation result.

Remarks

Use the tibasInvokeResult_GetStatus() function to return the status of a call to an application function made using the tibasSpace_Invoke(), tibasSpace_InvokeMember(),tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), or tibasSpace_InvokeSeeders() function.

If the status is OK, returns TIBAS_OK; otherwise, returns a status code indicating an error.