Skip to main content

Name

sieve_suspend — Suspend the current Sieve action

Synopsis

#include "sieve/ecsieve.h"

| void **sieve_suspend** ( | seng); |   |

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

Description

Suspend the current Sieve action. Use this function only if can_go_async is true. Use sieve_resume to resume the Sieve action.

Parameters

seng

The Sieve engine state.

Return Values

This function returns void.

Threading

It is legal to call this function in the Scheduler thread.

See Also

Was this page helpful?