|
D.15.22.12 getArguments
Procedure from library tasks.lib (see tasks_lib).
- Usage:
- getArguments(t), t task
- Return:
- a list, the arguments of t.
- Note:
- This command cannot be applied to tasks whose state is
'uninitialized'.
Example:
See also:
createTask;
getCommand;
getResult;
getState;
printTask.
|