Agents (Domino)

Methods

(inner) agentEdit()

Opens the Agent Properties box for the currently selected agent.

Parameters:
NameTypeDescription
...argsArray

any arguments

Throws:

No plans to implement

Type
Error

(inner) agentEnableDisable()

Enables or disables the specified agent.

Parameters:
NameTypeDescription
...argsArray

any arguments

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) agentLog()

Displays the log for the currently selected agent. The log contains information about when the agent last ran, what actions it performed, and when it finished running.

Parameters:
NameTypeDescription
...argsArray

any arguments

Throws:

No plans to implement

Type
Error

(inner) agentRun()

Runs the currently selected agent and then displays its log.

Parameters:
NameTypeDescription
...argsArray

any arguments

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) agentSetServerName()

Specifies a scheduled agent to run on a particular server.

Parameters:
NameTypeDescription
...argsArray

any arguments

Throws:

No plans to implement

Type
Error

(inner) agentTestRun()

Displays a log for the currently selected agent, describing what actions the agent will perform when run.

Parameters:
NameTypeDescription
...argsArray

any arguments

Throws:

No plans to implement

Type
Error

(inner) isAgentEnabled()

Indicates whether or not a scheduled agent is enabled.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) runAgent()

Executes a specified agent.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) runScheduledAgents()

Runs all of the database's scheduled agents, regardless of when they are scheduled to run. The agents will then run as usual at their regularly scheduled times.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error