NAME
function::taskstate - The state of the task SYNOPSIS taskstate:long(task:long) ARGUMENTS task taskstruct pointer DESCRIPTION Return the state of the given task, one of: TASKRUNNING (0), TASKINTERRUPTIBLE (1), TASKUNINTERRUPTIBLE (2), TASKSTOPPED (4), TASKTRACED (8), EXITZOMBIE (16), or EXITDEAD (32). SEE ALSO tapset::task(3stap) SystemTap Tapset Reference June 2018 FUNCTION::TASKSTATE(3stap)