.. highlightlang:: us .. index:: process_get_names .. _process_get_names: process_get_names ================== .. us.tag process_get_names NOTREADYENGLISH Programming.os New6000 :ref:`process_get_names` returns an object with the names of the running processes. .. function:: oNames = process_get_names() .. us.return **Return Value** *oNames* is an object of the form ``oNames[name] = Name``, where ``name`` is the process name in lower case. :: * process_get_names() [. applicationframehost.exe = "ApplicationFrameHost.exe", classicstartmenu.exe = "ClassicStartMenu.exe", cmd.exe = "cmd.exe", conhost.exe = "conhost.exe", ctfmon.exe = "ctfmon.exe", delluptray.exe = "DellUpTray.exe", devenv.exe = "devenv.exe", dllhost.exe = "dllhost.exe", explorer.exe = "explorer.exe", fpassist.exe = "fpassist.exe", iastoricon.exe = "IAStorIcon.exe", ipoint.exe = "ipoint.exe", itype.exe = "itype.exe", runexefile.exe = "RunExeFile.exe", runtimebroker.exe = "RuntimeBroker.exe", scriptedsandbox64.exe = "ScriptedSandbox64.exe", seaf-daemon.exe = "seaf-daemon.exe", seafile-applet.exe = "seafile-applet.exe", searchui.exe = "SearchUI.exe", shellexperiencehost.exe = "ShellExperienceHost.exe", sihost.exe = "sihost.exe", skypehost.exe = "SkypeHost.exe", svchost.exe = "svchost.exe", taskhostw.exe = "taskhostw.exe", tortoisehgoverlayserver.exe = "TortoiseHgOverlayServer.exe", uniplot.exe = "uniplot.exe", vcpkgsrv.exe = "vcpkgsrv.exe", veracrypt.exe = "VeraCrypt.exe", video.ui.exe = "Video.UI.exe", vshub.exe = "VsHub.exe", ] object (obj at 0x43C2A08) .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2018.0 - New. .. seealso:: :ref:`overview-programming`, :ref:`process_kill_by_name`, :ref:`system`, :ref:`obj_create` :sub:`id-483349`