Neokernel API

AgentController.start Method

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

public virtual void start();

Implements

AgentControllerInterface.start

See Also

AgentController Class | com.neokernel.nk Namespace