|
D.15.22.13 getResult
Procedure from library tasks.lib (see tasks_lib).
- Usage:
- getResult(t), t task
- Return:
- the result of t.
- Note:
- This command cannot be applied to tasks whose state is not
'completed'.
Example:
See also:
getArguments;
getCommand;
getState;
pollTask;
printTask;
waitTasks.
|