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

Method SystemUtil.ProcessExitCode

Gets the value that the associated process specified when it terminated

Usage

Function ZAP.SystemUtil.ProcessExitCode()

Parameters

This method does not take parameters

Returns

The code that the associated process specified when it terminated. 0 if process is not created

Example

VBScript

Zap.SystemUtil.Run "firefox.exe"
Zap.SystemUtil.Kill
msgbox Zap.SystemUtil.ProcessExitCode

JavaScript

Zap.SystemUtil.Run("firefox.exe");
Zap.SystemUtil.Kill();
alert(Zap.SystemUtil.ProcessExitCode());

Documentation Categories

ZAPTEST

FARM

LOAD