Mailcommon
jobscheduler.h
void registerTask(ScheduledTask *task)
Register a task to be done for a given folder.
Definition jobscheduler.cpp:45
A scheduled task is some information about a folder job that should be run later.
Definition jobscheduler.h:34
virtual int taskTypeId() const =0
An identifier for the type of task (a bit like QListViewItem::rtti).
ScheduledTask(const Akonadi::Collection &folder, bool immediate)
Creates a scheduled task for a given folder.
Definition jobscheduler.cpp:10
Akonadi::Collection folder() const
The folder which this task is supposed to handle, 0 if it was deleted meanwhile.
Definition jobscheduler.cpp:16
Q_SCRIPTABLE Q_NOREPLY void pause()
typedef Iterator
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:49:21 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:49:21 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.