cnsRemoveObserver
De-registers the given observer function.
Synopsis
bool cnsRemoveObserver(string callbackFunction);
Parameters
| Parameter | Description | 
|---|---|
| callbackFunction | The name of the registered CTRL function | 
Return value
Returns TRUE if successful or FALSE in case of an error.
Errors
-
Description
This function de-registers the given observer function.
main()
{
  cnsRemoveObserver("observerCB");
}Availability
UI, CTRL
