class AgentInstance


Module akonadi
Namespace Akonadi
Class AgentInstance
Inherits
A representation of an agent instance.

The agent instance is a representation of a running agent process. It provides information about the instance and a reference to the AgentType of that instance.

All available agent instances can be retrieved from the AgentManager.

Akonadi.AgentInstance.List instances = Akonadi.AgentManager.self()->instances(); foreach ( const Akonadi.AgentInstance &instance, instances ) { qDebug() << "Name:" << instance.name() << "(" << instance.identifier() << ")"; }

Author Tobias Koenig



enums

enum details

methods