process_get_namesΒΆ

process_get_names returns an object with the names of the running processes.

oNames = process_get_names()

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)

History

Version Description
R2018.0 New.

id-483349