pub fn run_transaction_rollback(
yes: bool,
plugin_manager: Option<&PluginManager>,
) -> Result<()>Expand description
Rolls back the most recent transaction.
This reverts all changes made in the last recorded transaction.
ยงErrors
Returns an error if the transaction rollback fails.