Returns the status of the operation that generated the SpaceResult.
      Declaration
tibas_status tibasSpaceResult_GetStatus(
    tibasSpaceResult result,
    tibas_status* status)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | result | The SpaceResult object on which the function is invoked. | 
                  
                     | status | The status returned by the operation. | 
               
            
Remarks
Use the tibasSpaceResult_GetStatus() function to check the status of a result from a space operation.
The result parameter specifies the SpaceResult object for which to check the status, and the status parameter specifies the status.
Copyright © Cloud Software Group, Inc. All rights reserved.