unregister
Unregisters an activation specified by its unique identifier.
Return
true
if the activation was successfully unregistered, false
if the activation was not found.
Parameters
id
The unique identifier of the activation.
Unregisters an activation specified by its name.
Return
true
if the activation was successfully unregistered, false
if the activation was not found.
Parameters
name
The name of the activation to unregister.
Unregisters a given activation from the manager.
Return
true
if the activation was successfully unregistered, false
if the activation was not found.
Parameters
activation
The activation to unregister.