Neokernel API

IAgentServerInterface.stopAgent Method

Signals the specified agent to stop by calling the agent's stop method.

bool stopAgent(
   string agentName
);

Return Value

true if successful; false otherwise.

See Also

IAgentServerInterface Interface | com.neokernel.om Namespace