class Poco::TaskStartedNotification

This notification is posted by the TaskManager for every task that has been started.

#include <TaskNotification.h>

class TaskStartedNotification: public Poco::TaskNotification
{
public:
    // construction

    TaskStartedNotification(Task* pTask);
};

Inherited Members

public:
    // typedefs

    typedef AutoPtr<Notification> Ptr;

    // methods

    void
    duplicate() const;

    void
    release() const;

    int
    referenceCount() const;

    virtual
    std::string
    name() const;

    Task*
    task() const;