GetExitCode Method (ExecutionResult)

Action

Returns the result of a call to Execute. 0 if no error occurred.

Syntax

C#

iExitCode = GetExitCode ();

VB

iExitCode = GetExitCode ()
Variable Description
iExitCode The result of a call to Execute. 0 if no error occurred. Integer.