Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:getservicestatus [2023/04/04 06:18] – removed - external edit (Unknown date) 127.0.0.1pr_methods:getservicestatus [2023/05/03 04:36] (current) sean
Line 1: Line 1:
 +{{tag>Programmers_Reference Methods INotification_Interface GetServiceStatus Index}}
 +====getServiceStatus ()====
 +<code java>public int getServiceStatus ()</code>
  
 +This method returns the status of service request. Valid values are:
 +
 +''SERVICE_STATUS_SUCCESS;'' \\ 
 +''SERVICE_STATUS_WAITING;'' \\ 
 +''SERVICE_STATUS_FAILURE;''
 +
 +===Parameters===
 +None
 +
 +===Returns===
 +An integer indicating the service status.