Skip to main content

abort_handler

Function abort_handler 

Source
pub async fn abort_handler(
    configuration: &Configuration,
    id: &str,
    force: Option<bool>,
) -> Result<(), Error<AbortHandlerError>>
Expand description

ยงParameters * force - If true, the task will be aborted without clean-up. You can abort a task that is already in the process of aborting.