Poco

class TaskProgressNotification

Library: Foundation
Package: Tasks
Header: Poco/TaskNotification.h

Description

This notification is posted by the TaskManager for a task when its progress changes.

Inheritance

Direct Base Classes: TaskNotification

All Base Classes: Notification, RefCountedObject, TaskNotification

Member Summary

Member Functions: progress

Inherited Functions: duplicate, name, referenceCount, release, task

Constructors

TaskProgressNotification

TaskProgressNotification(
    Task * pTask,
    float progress
);

Destructor

~TaskProgressNotification protected virtual

~TaskProgressNotification();

Member Functions

progress inline

float progress() const;