Library: Foundation
Package: Tasks
Header: Poco/TaskNotification.h
Base class for TaskManager notifications.
Direct Base Classes: Notification
All Base Classes: Notification, RefCountedObject
Known Derived Classes: TaskCancelledNotification, TaskFinishedNotification, TaskFailedNotification, TaskStartedNotification, TaskProgressNotification, TaskCustomNotification
Member Functions: task
Inherited Functions: duplicate, name, referenceCount, release
TaskNotification(
Task * pTask
);
Creates the TaskNotification.
virtual ~TaskNotification();
Destroys the TaskNotification.
Task * task() const;
Returns the subject of the notification.