Method SystemUtil.CloseProcessById
Closes process by Process IdUsage
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);