IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2005, 5:50:08 PM (21 years ago)
Author:
eugene
Message:

psched / pscontrol / pclient dev work

File:
1 edited

Legend:

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

    r4697 r4705  
    3636  if (task == NULL) { /**** new task ****/
    3737    task = CreateTask (argv[1]);
     38  } else {
     39    RemoveTask (task);
     40    SetNewTask (task);
    3841  }
    39   /* temporary task is saved statically
    40      add to list after definition is complete */
     42  /* While a task is being defined, it is removed from the task list.  The new task is added to the task list
     43     when the definition process is complete. 
     44     XXX If an outstanding job has a task deleted, it will not be able to complete... */
    4145
    4246  /* read in task from appropriate source (keyboard or list) until end */
    4347
    44   /* allowed tokens: command, host, stderr, periods, end */
     48  /* allowed tokens: command, host, stderr, periods, trange, nmax, task.exit, task.exec, end */
    4549
    4650  ThisList = Nlists;
Note: See TracChangeset for help on using the changeset viewer.