Disable Table Event Handlers

Currently, there is no way to disable a table event handler - only seem to be able to delete it. The desire for a disable option is to check the recordUpdates for a cell which triggers a cell change handler that is saving to a DB.

Event Handlers have a "Only Run When" option, could you use that to prevent/disable triggering the event?

Setting it to only run when true = false is a workaround I can manage. Thanks.