File Information
Library: RemotingNG/TCP
Package: TCP
Header: Poco/RemotingNG/TCP/Timer.h
Description
Inheritance
Direct Base Classes: Poco::RefCountedObject, Poco::Runnable
All Base Classes: Poco::RefCountedObject, Poco::Runnable
Known Derived Classes: Poco::RemotingNG::TCP::Listener::EventSubscription
Member Summary
Member Functions: cancel, isCancelled
Inherited Functions: duplicate, referenceCount, release, run
Types Aliases
Ptr
using Ptr = Poco::AutoPtr < TimerTask >;
Constructors
TimerTask
TimerTask();
Creates the TimerTask.
Destructor
~TimerTask
~TimerTask();
Destroys the TimerTask.
Member Functions
cancel
void cancel();
Cancels the execution of the timer. If the task has been scheduled for one-time execution and has not yet run, or has not yet been scheduled, it will never run. If the task has been scheduled for repeated execution, it will never run again. If the task is running when this call occurs, the task will run to completion, but will never run again.
isCancelled
bool isCancelled() const;