sieve_set_operation_complete
Last updated March 2020
Name
sieve_set_operation_complete — Set the action of the Sieve engine upon completion
Synopsis
#include "sieve/ecsieve.h"
| void **sieve_set_operation_complete** (
| seng, | |
| | mode)
; | |
Description
Set the action of the Sieve engine upon completion.
- seng
-
The Sieve engine state.
- mode
-
Set this to either
SIV_ERROR_MODE_CONTINUE
orSIV_ERROR_MODE_FAIL
.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?