CommandExecute(String, String, String, String, Int32) Method
Executes a command line operation and returns true if there was no standard error reported.
Namespace: Gemstone.ConsoleAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.175 -- Release Build+70cfebd19f80455d07e1cf93607e59f6af0e38f4
Gemstone.Console.Command.Execute = function(fileName, arguments, standardOutput, standardError, exitCode);
- fileName String
- Command line file name to execute.
- arguments String
- Command line arguments to use, if any.
- standardOutput String
- Any standard output reported by the command line operation.
- standardError String
- Any standard error reported by the command line operation.
- exitCode Int32
- Exit code of the process, assuming process successfully completed.
Booleantrue if there was no standard error reported; otherwise,
false.
This function waits indefinitely for the command line operation to complete.