Methods in fipaos.agent.task with parameters of type TaskManager |
static Object | SynchronousTask.executeTask(TaskManager tm, Task t, long timeout) Executes the given Task, and returns the result - in the event that something
unexpected happens, an object of type UnusualResult is returned
The Task must not have been initialised
WARNING: This method shouldn't be invoked from within the code for a Task! |
static Object | SynchronousTask.executeTask(TaskManager tm, Task t) Executes the given Task, and returns the result - in the event that something
unexpected happens, an object of type UnusualResult is returned
The Task must not have been initialised
WARNING: This method shouldn't be invoked from within the code for a Task! |