enum apr_wait_how_e

Overview

#include <apr_thread_proc.h>

enum apr_wait_how_e {
    APR_WAIT,
    APR_NOWAIT,
};

Detailed Documentation

Enum Values

APR_WAIT

wait for the specified process to finish

APR_NOWAIT

do not wait just see if it has finished