Skip to main content
Version: 21 R3

RESUME PROCESS

RESUME PROCESS ( process : Integer )

ParameterTypeDescription
processInteger→Process number

Description​

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​

Command number320
Thread safeyes
Forbidden on the server