Disables a reactor
(vlr-remove reactor)
Arguments
A VLR object.
Return Values
The reactor argument; otherwise nil, if unsuccessful.
Examples
The following command disables the circleReactor reactor:
_$ (vlr-remove circleReactor)
#<VLR-Object-reactor>
The vlr-remove-all function.