int Run()
Function Run As Integer Dim instance As ICommand Dim returnValue As Integer returnValue = instance.Run()
Typically, your application's Main() method should return the exit code of the command that was executed.
In This Article