tibasInvokeResult_GetStatus()
Returns the status of a specified invoke result.
Declaration
tibas_status tibasInvokeResult_GetStatus( tibasInvokeResult result, tibas_status* status);
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.
Copyright © Cloud Software Group, Inc. All rights reserved.