Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (A-B)
Guardian Procedure Calls Reference Manual—522629-013
2-9
ACTIVATEPROCESS Procedure
(Superseded by PROCESS_ACTIVATE_
ACTIVATEPROCESS Procedure 
(Superseded by PROCESS_ACTIVATE_ 
Procedure )   
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Condition Code Settings
Considerations
OSS Considerations
Summary 
The ACTIVATEPROCESS procedure returns a process or process pair from the 
suspended state to the ready state. (A process is put in the suspended state if it is the 
object of a call to the SUSPENDPROCESS procedure, or if it is suspended as the 
result of a SUSPEND command issued from the command interpreter.) 
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        
Parameters
process-id input
INT:ref:4
is a 4-word array containing the process ID of the process to be activated, where:
[0:2] Process name or creation timestamp
[3].<0:3> Reserved
 .<4:7> Processor number where the process is executing
Note. This procedure is supported for compatibility with previous software and should not be 
used for new development.
CALL ACTIVATEPROCESS ( process-id ); ! i










