Agents (Domino)
Methods
(inner) agentEdit()
Opens the Agent Properties box for the currently selected agent.
| Name | Type | Description | 
|---|---|---|
...args | Array | any arguments  | 
No plans to implement
- Type
 - Error
 
(inner) agentEnableDisable()
Enables or disables the specified agent.
| Name | Type | Description | 
|---|---|---|
...args | Array | any arguments  | 
- To Do
 - this needs to be implemented
 
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.
| Name | Type | Description | 
|---|---|---|
...args | Array | any arguments  | 
No plans to implement
- Type
 - Error
 
(inner) agentRun()
Runs the currently selected agent and then displays its log.
| Name | Type | Description | 
|---|---|---|
...args | Array | any arguments  | 
- To Do
 - this needs to be implemented
 
method not implemented
- Type
 - Error
 
(inner) agentSetServerName()
Specifies a scheduled agent to run on a particular server.
| Name | Type | Description | 
|---|---|---|
...args | Array | any arguments  | 
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.
| Name | Type | Description | 
|---|---|---|
...args | Array | any arguments  | 
No plans to implement
- Type
 - Error
 
(inner) isAgentEnabled()
Indicates whether or not a scheduled agent is enabled.
- To Do
 - this needs to be implemented
 
method not implemented
- Type
 - Error
 
(inner) runAgent()
Executes a specified agent.
- To Do
 - this needs to be implemented
 
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
 
method not implemented
- Type
 - Error