The EFETC pin can be configured for different FET off actions and for OZ shut down (Active "1" when pulled high / 3.3v) . The default config is for Charge OFF function only. The function is immediate - can even be used for pwm.

To switch off the bike on a permanently mounted battery, usually one wants to switch the discharge FET off.
The problem with discharge FET off function (also during delayed OT trick and other protection causes) on the bmsb SmartBMS is that the discharge FETs are used as current measurement shunts, and there are bypass resistors R20/R24 which are switched by small FETs which are controlled by V12 (ON unless OZ is in shut down state) (The FET shunt has the advantage of lower total resistance)
Thus as soon as the discharge FET is shut off by whatever reason, and the load (ebike) is still connected, the OZ will usually not return from indirectly caused SC/OC protection event, even if the switch is released. So normally a load disconnect and reconnect is required - which would make the switch solution questionable - you could plug off right directly.
Here for example I logged once a UV protection off event during ride - after UV hit (bad cell 4) , the current reading jumps to high virtual charge currents, and a SC/SC+OC protection state is pending after the first UV off (and quick UV release) - continuing until disconnecting/reconnecting manually :

(CheckStatus curve represents the "FET Disable Register" mainly here, thus the swinging is mainly between SC and SC+OC until disconnect/reconnect)
Also when a error is pending like OT / SC/OC then the bms is not going to sleep and draws rather high current (some 1..2 mA) permanently. And a current of some 10mA is continuously flowing via the bypass resistors into the connected load.
So more advanced means are necessary to realize a isolating and recovering load switching on the SmartBMS:
Implementing a real shunt & strip the bypass; Or a trick like this could perhaps do:
* configure EFETC for shutdown function (EFETC_SHDN_ENB = 1)
* wire a small pushbutton which puts a HIGH/3.3v puls on the EFETC pin (R38) - for switch OFF
* wire a 2nd pushbutton which puts a low puls on RSTD (C7 or on board back) - for switch ON again
So one would have 2 small buttons for tapping. During shutdown currents are lowest, and the bypass current is shut off.
I have not done this switch, as I had no use for that so far. But from one experiment I know that via a reset puls the currents came up without requiring disconnect, which is crucial. However this was a small load. Maybe sb will try if this works out in practice ...