refreshPage() for Salesforce Classic

Returns true if page refresh is invoked, false otherwise. When this method is called within the Salesforce console, it refreshes the current active tab. This method is only available in API version 28.0 or later.

NameTypeDescription
callbackfunctionJavaScript method executed when the API method call is completed.
NameTypeDescription
resultbooleanReturns true if page refresh has been invoked, false otherwise.
errorstringIf the API call was successful, this variable is undefined. If the API call failed, this variable returns an error message.