IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 4:26:31 PM (20 years ago)
Author:
eugene
Message:

added module system; added panstarrs user features; panstarrs threaded

File:
1 edited

Legend:

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

    r7960 r11084  
    44
    55  gprint (GP_LOG, "\n");
    6   if (rl_event_hook == NULL) {
    7     gprint (GP_LOG, " Scheduler is stopped\n");
     6
     7  // if (rl_event_hook == NULL) {
     8
     9  if (CheckTasksGetState()) {
     10    gprint (GP_LOG, " Scheduler is running\n");
    811  } else {
    9     gprint (GP_LOG, " Scheduler is running\n");
     12    if (CheckJobsGetState()) {
     13      gprint (GP_LOG, " Scheduler is stopped, harvesting jobs\n");
     14    } else {
     15      gprint (GP_LOG, " Scheduler is running\n");
     16    }
    1017  }
    1118  if (CheckControllerStatus()) {
Note: See TracChangeset for help on using the changeset viewer.