[#ASYNC_pause_job] = ASYNC_pause_job :mrdocs: Pause the current ASYNC_JOB and return control to ASYNC_start_job(). == Synopsis Declared in `<openssl/async.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASYNC_pause_job(); ---- == Return Value 1 if the job paused successfully, or 0 if pausing is blocked or no job is running. [.small]#Created with https://www.mrdocs.com[MrDocs]#