Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method SystemUtil.CloseProcessById

Closes process by Process Id

Usage

Function ZAP.SystemUtil.CloseProcessById (
	Integer ProcessId
)

Parameters

ProcessId

Type: Integer

Process Id

Returns

No return value

Example

VBScript

Zap.SystemUtil.CloseProcessById processId

JavaScript

Zap.SystemUtil.CloseProcessById(processId);

Documentation Categories

ZAPTEST

FARM

LOAD