Skip to main content

reject_interrupt

Function reject_interrupt 

Source
pub async fn reject_interrupt(
    __arg0: State<ExecutionApiState>,
    __arg1: Path<String>,
    headers: HeaderMap,
    __arg3: Json<RejectInterruptRequest>,
) -> Result<Json<ApiEnvelope<CancelJobResponse>>, ApiError>
Available on crate feature execution-server only.