TPUHELP.HLB  —  GET_INFO(PROCESS)
  GET_INFO(PROCESS)

     For an overview of the GET_INFO built-in, see the HELP topic GET_INFO.

     DECTPU orders processes according to the order in which they are
     created; the first ones created are the first in the list.

     The following strings can be used for parameter2 when parameter1 is the
     keyword PROCESS.

       Parameter 2       | Return Value    (Parameter 1 is keyword PROCESS)
      -------------------+------------------------------------------------+
       "first"           | Process  - First  process  in  DECTPU's internal
                         |            list of processes
                         | 0          if none
       "last"            | Process  - Last  process  in  DECTPU's  internal
                         |            list of processes
                         | 0          if none
       "next"            | Process  - Next in  DECTPU's  internal  list  of
                         |            processes
                         | 0          if at end of the list
       "previous"        | Process  - Preceding   process    in    DECTPU's
                         |            internal list of processes
                         | 0          if at beginning of list
      -------------------+------------------------------------------------+
Close Help