This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20.6
RESUME PROCESS

RESUME PROCESS 


 

RESUME PROCESS ( process ) 
Parameter Type   Description
process  Longint in Process number

RESUME PROCESS resumes a process whose execution has been paused or delayed. If process is not paused or delayed, the command does nothing.

If process has been delayed before, see the PAUSE PROCESS or DELAY PROCESS commands. If process does not exist, the command does nothing.

Note: You cannot use this command to assign a stored procedure on the server machine from a client machine (process<0).



See also 

DELAY PROCESS
PAUSE PROCESS

 
PROPERTIES 

Product: 4D
Theme: Processes
Number: 320

This command can be run in preemptive processesNot for server

 
PAGE CONTENTS 
 
HISTORY 

Created: < 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)