run

Function run 

Source
pub async fn run(
    state: &AppState,
    tab_id: String,
    block_id: String,
) -> Result<Value, String>
Expand description

Run the DeleteBlock saga. On success returns {"block_id": "...", "tab_id": "..."}.