[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'process' (#fcl)

TPROCESS.Resume

Resume execution of a suspended process

Declaration

Source position: processbody.inc line 117

public function TPROCESS.Resume: Integer; virtual;

Function result

0 on success, nonzero otherwise.

Description

Resume should be used to let a suspended process resume it's execution. It should be called in particular when the poRunSuspended flag is set in Options.

Errors

None.

See also

TProcess.Suspend

  

Suspend a running process

TProcess.Options

  

Options to be used when starting the process.

TProcess.Execute

  

Execute the program with the given options

TProcess.Terminate

  

Terminate a running process


Documentation generated on: May 14 2021