Skip to main content

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); |   |

SENG * <var class="pdparam">seng</var>; int <var class="pdparam">mode</var>;

Description

Set the action of the Sieve engine upon completion.

Parameters

seng

The Sieve engine state.

mode

Set this to either SIV_ERROR_MODE_CONTINUE or SIV_ERROR_MODE_FAIL.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?