Skip to main content

list_interrupts

Function list_interrupts 

Source
pub async fn list_interrupts(
    __arg0: State<ExecutionApiState>,
    headers: HeaderMap,
    __arg2: Query<ListInterruptsQuery>,
) -> Result<Json<ApiEnvelope<InterruptListResponse>>, ApiError>
Available on crate feature execution-server only.