Guardian Procedure Calls Reference Manual
PROCESSINFO Procedure (Superseded by PROCESS_GETINFOLIST_
Procedure)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Returned Value
Considerations
Example
Summary
NOTE: This procedure is supported for compatibility with previous software and should not be
used for new development.
The PROCESSINFO procedure is used to obtain process status information.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be used for
new development. This procedure is supported only for compatibility with previous software.
Syntax for TAL Programmers
error := PROCESSINFO ( cpu,pin ! i
,[ process-id ] ! i,o
,[ creator-access-id ] ! i,o
,[ process-access-id ] ! i,o
,[ priority ] ! i,o
,[ program-filename ] ! i,o
,[ home-terminal ] ! i,o
,[ sysnum ] ! i
,[ search-mode ] ! i
,[ priv-only ] ! o
,[ process-time ] ! o
,[ waitstate ] ! o
,[ process-state ] ! o
,[ library-filename ] ! o
,[ swap-filename ] ! o
,[ context-changes ] ! o
,[ flag ] ! o
,[ licenses ] ! o
,[ jobid ] ); ! i,o
Parameters
cpu,pin
input
INT:value
is the processor number (processor in bits <4:7> with <0:3> set to 0) and PIN (bits <8:15>)
number of the process whose status is being requested. The process identification number (PIN)
is a number used to uniquely identify the process control block (PCB) in a processor for a
process.
PROCESSINFO Procedure (Superseded by PROCESS_GETINFOLIST_ Procedure) 1147