Lines Matching refs:ExecuteAndWait
56 /// to the sys::Program::ExecuteAndWait interface.
57 /// @see sys::Program::ExecuteAndWait
67 return sys::ExecuteAndWait(ProgramPath, Args, nullptr, Redirects,
72 /// remotely using the given remote client and the sys::Program::ExecuteAndWait.
76 /// @see sys::Program::ExecuteAndWait
87 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr,