Neokernel API

AgentController.stop Method

Starts the controlled Agent and puts it into the STOPPED_STATE. This method will throw an AgentStateException of the agent's current state is not RUNNING_STATE.

public virtual void stop();

Implements

AgentControllerInterface.stop

See Also

AgentController Class | com.neokernel.nk Namespace