# nt_list-jobs command

The nt_list-jobs command lists server
jobs running on the server since rebooting.

## Syntax

```
nt_list-jobs
```

## Description

The nt_list-jobs command displays this information:

| Module | FlashBASIC module name being run. |
| --- | --- |
| ThreadId | System thread ID in hexadecimal. |
| Start | Internal system starting time. |
| Time/Pri | Either the elapsed time (hh:mm:ss) if the job is complete, or the priority at which it is currently running. |
| UserCpu | CPU usage in user mode if the thread is still running. |
| SysCpu | CPU usage in system mode if the thread is still running. |

## Example(s)

```
nt_list-jobs

 Module ThreadId Start Time/Pri UserCpu SysCpu
 ================ ======== ======= ======== ======= =======
0 SysColdstart.D3F 0000055c 64936155 00:00:00
```

---
Source: https://d3codex.com/tcl/nt-list-jobs-command/ - part of the D3Codex reference.
