Name
sieve_suspend — Suspend the current Sieve action
Synopsis
#include "sieve/ecsieve.h"
| void **sieve_suspend** ( | seng); |   |
Description
Suspend the current Sieve action. Use this function only if can_go_async is true. Use sieve_resume to resume the Sieve action.
- seng
- 
The Sieve engine state. 
This function returns void.
It is legal to call this function in the Scheduler thread.
See Also
Was this page helpful?