Function pallet_bridge_messages::pallet::dispatchables::set_operating_mode
source · pub fn set_operating_mode<T: Config<I>, I: 'static>(
operating_mode: MessagesOperatingMode,
)
Expand description
Halt or resume all/some pallet operations.
May only be called either by root, or by PalletOwner
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_operating_mode
.