silc_async_resume
SYNOPSIS
SilcBool silc_async_resume(SilcAsyncOperation op);
DESCRIPTION
Resume the execution of the asynchronous operation. If the halting of the operation was supported, then this function is used to resume the execution of the operation after it was halted. If this function is not supported, calling this has no effect and the function returns FALSE. This function is for the upper layer that controls the asynchronous operation.