Name
|
{{ formatName(item) }} | Run Status |
{{ formatRunStatus(item) }}
@if (item.processorStatusSnapshot; as pg) {
@if (pg.terminatedThreadCount > 0) {
({{ pg.activeThreadCount }}/{{ pg.terminatedThreadCount }})
} @else {
@if (pg.activeThreadCount > 0) {
({{ pg.activeThreadCount }})
}
}
}
|
In
(Size)
5 min
|
{{ formatIn(item) }} |
Out
(Size)
5 min
|
{{ formatOut(item) }} |
|
---|