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