object-w-tasks

Class summary
object-w-tasks
Method summary
object-run-task object task &key &allow-other-keys
tasks object-w-tasks
object-w-tasks    [Class]
:tasks    [Initarg]
tasks    [Slot]

This is used to keep tasks the object was running

tasks   object-w-tasks  [Generic function]

Returns and (with setf) changes the tasks of the specified object-w-tasks

object-run-task   object task &key &allow-other-keys  [Generic function]

Runs the task for the given object. agent -- the agent the task is run with task -- symbol (task type) or task object returns: the results of run-task results, processes and the task itself