rundata (Domino DTD)

Specifies the data stored in an agent log.

For more information, see Agent log.

Containment Hierarchy

Contained by: <agent>

Contains: <agentmodified>, <agentrun>, <runlog>

Syntax

<!ELEMENT rundata ( agentmodified? , agentrun? , runlog? )>

Content

agentmodified? , agentrun? , runlog? 

Contains optional <agentmodified>, <agentrun>, and <runlog> elements.

Attributes

<!ATTLIST rundata

processeddocs

%integer;

#IMPLIED

dbid

%dbid;

#IMPLIED

exitcode

%integer;

#IMPLIED

agentdata

%unid;

#IMPLIED

>

agentdata

The universal ID of the corresponding agent data note. See <agentdata>.

dbid

Database ID for the database that the agent last ran on.

exitcode

Exit code that specifies whether any errors were encountered in the last run of the agent. If the exit code equals zero, no errors were encountered.

processeddocs

Number of documents processed during the last run of the agent.

Example