nRF Connect Device Manager
Toggle table of contents
3.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
nRF Connect Device Manager
mcumgr-core
/
no.nordicsemi.android.mcumgr.response.dflt
/
McuMgrTaskStatResponse
/
TaskStat
Task
Stat
open
class
TaskStat
Structure containing information about a running task.
Members
Constructors
Task
Stat
Link copied to clipboard
constructor
(
)
Properties
cswcnt
Link copied to clipboard
open
var
cswcnt
:
Long
Total number of times this task has been context switched during execution.
last_
checkin
Link copied to clipboard
open
var
last_checkin
:
Long
Last checking time.
next_
checkin
Link copied to clipboard
open
var
next_checkin
:
Long
Next checking time.
prio
Link copied to clipboard
open
var
prio
:
Long
Task Priority.
runtime
Link copied to clipboard
open
var
runtime
:
Long
Total task run time.
state
Link copied to clipboard
open
var
state
:
Long
Task state.
stksiz
Link copied to clipboard
open
var
stksiz
:
Long
Size of this task's stack.
stkuse
Link copied to clipboard
open
var
stkuse
:
Long
Stack usage, in bytes.
tid
Link copied to clipboard
open
var
tid
:
Long
Task ID.