class AgentInstance |
|
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.
Author Tobias Koenig |
|
Creates a new agent instance object. |
|
Creates an agent instance from an other agent instance. |
|
Triggers the agent instance to show its configuration dialog.
parent - Parent window for the configuration dialog. |
|
Returns the unique identifier of the agent instance. |
|
Returns whether the agent instance is online currently. |
|
Returns whether the agent instance object is valid. |
|
Returns the user visible name of the agent instance. |
|
Internal |
|
Returns the progress of the agent instance in percent, or -1 if no progress information are available. |
|
Sets online status of the agent instance. |
|
Sets the user visible name of the agent instance. |
|
Returns the status of the agent instance. |
|
Returns a textual presentation of the status of the agent instance. |
|
Triggers the agent instance to start synchronization. |
|
Triggers a synchronization of the collection tree by the given agent instance. |
|
Returns the agent type of this instance. |
Describes the status of the agent instance.
Idle | - 0 | - | ||
Running | - | - | ||
Broken | - | - |