timer::pause Method

Stops the timer messaging block. If it is a repeating timer messaging block, it can be restarted with a subsequent start() call. For non-repeating timers, this has the same effect as a stop call.

void pause();

Requirements

Header: agents.h

Namespace: Concurrency

See Also

Reference

timer Class