Plugins.unlink

Function/Meaning
Unlinking a plugin
Type
Method of the Plugins class
Syntax
unlink(name)
Arguments
name Specifies the plugin to unlink.
Return Value
True if unlinking succeeded, false if it failed
Description
Unlinks the specified plugin.
Some plugins may not respond to release requests (e.g., when objects are in use). If it does not respond to release and fails, false is returned.