[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command rti

NAME

Command rti :: Ref Task Information

SYNOPSIS

rti RefName TaskName

DESCRIPTION

The rti command returns informations on a task of a referential. The referential name and the task name must be passed as parameter.

Three options can be used to format output :

You can use commands like rtsc, rtsd, rtse, rtsoec, rtst, rtswad to change tasks informations.

EXAMPLE

In this example, a referential named `my_ref' is created with ra. A task `my_task' is created in this referential. Then, rtl is used to print task list.

The rti is used to print information on `my_task'.

 
$ dio87d -d
$ dio87c ra my_ref
$ dio87c rta my_ref my_task "my task"
$
$ dio87c -- rtl my_ref
my_task
$
$ dio87c rti my_ref my_task
Task Name:            my_task_1
Ref Name:             my_ref
Description:          my task
Wait All Dependencies: true
On Error Continue:    true
Target:               none
Queue:                none
$

ACCESS CONTROL

This function requires the `consult' privilege for the `referential' command family.

SEE ALSO


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by dom on September, 11 2005 using texi2html