IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2005, 9:13:00 PM (21 years ago)
Author:
eugene
Message:

added valid time ranges and elements of Njobs, status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/status.c

    r4552 r4602  
    33int status_sys (int argc, char **argv) {
    44
     5  if (rl_event_hook == NULL) {
     6    fprintf (stderr, "scheduler is stopped\n");
     7  } else {
     8    fprintf (stderr, "scheduler is running\n");
     9  }
    510  ListTasks ();
    611  ListJobs ();
Note: See TracChangeset for help on using the changeset viewer.