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

Command rjc

NAME

Command rjc :: Ref Job Count

SYNOPSIS

rjc RefName TaskName

DESCRIPTION

The rjc command return the number of jobs in a task of a ref. The parameter is the ref name and the task name.

EXAMPLE

In this example, a referential `my_ref' and a task `task1' are created. Two jobs are created in `task1' with rja command. The rjc command is used to print jobs count in `task1' before and after jobs creation. rjl is used to print jobs list.

 
$ dio87d -d
$ dio87c ra my_ref
$ dio87c rta my_ref task1
$ dio87c rjc my_ref task1
0
$ dio87c rja my_ref task1 job1 "first job of task1"
$ dio87c rja my_ref task1 job2 "second job of task1"
$ dio87c rjc my_ref task1
2
$ dio87c rjl my_ref task1
job1
job2
$

ACCESS CONTROL

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

SEE ALSO



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