IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2005, 9:20:33 AM (21 years ago)
Author:
eugene
Message:

added Nmax jobs

File:
1 edited

Legend:

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

    r4602 r4603  
    1717    /* need to check if the current time is within valid/invalid periods */
    1818    if (!CheckTimeRanges (task[0].ranges, task[0].Nranges)) continue;
     19    if (task[0].Nmax && (task[0].Njobs >= task[0].Nmax)) continue;
    1920
    2021    SetCurrentTask (task[0].name);
Note: See TracChangeset for help on using the changeset viewer.