ASYNC_pause_job

Pause the current ASYNC_JOB and return control to ASYNC_start_job().

Synopsis

Declared in <openssl/async.h>

int
ASYNC_pause_job();

Return Value

1 if the job paused successfully, or 0 if pausing is blocked or no job is running.