[#node-InterruptWait] = xref:node.adoc[node]::InterruptWait :relfileprefix: ../ :mrdocs: Interrupt a blocking wait call. == Synopsis Declared in `<node/miner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void InterruptWait( xref:node/KernelNotifications.adoc[KernelNotifications]& kernel_notifications, bool& interrupt_wait); ---- == Parameters [cols="1,4"] |=== | Name| Description | *kernel_notifications* | The notifications object whose wait to interrupt. | *interrupt_wait* | Flag set to true to signal the interruption. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#