aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/linux-mobile/linuxdev-processes.qdocinc
blob: 2992d6b2ecc086e138f0bd06531da4a2febfd57d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
//! [managing device processes]

    \section2 Managing Device Processes

    You can view processes running on devices and kill them. Select
    \uicontrol Edit > \uicontrol Preferences > \uicontrol Devices >
    \uicontrol Devices > \uicontrol {Show Running Processes}.

    You can filter the processes by name or ID in the
    \uicontrol {List of Processes} dialog.

    To update the process list, select \uicontrol {Update List}.

    To kill a process, select it in the list, and then select \uicontrol {Kill
    Process}.

//! [managing device processes]
*/