Skip to main content

stop_call

Function stop_call 

Source
pub fn stop_call(
    registry: &TriggerRegistry,
    writer: &dyn GraphWriter,
    args: &[Value],
) -> Result<Vec<ProcRow>>
Expand description

apoc.trigger.stop(databaseName, name) — pause a registered trigger. Mirrors start_call; sets paused = true.