@if (hasComments(item)) {
}
@if (portExists(item)) {
}
|
Name
|
{{ formatName(item) }} |
Type
|
{{ formatType(item) }} |
Concurrent Tasks
|
{{ formatTasks(item) }} |
Compressed
|
{{ formatCompression(item) }} |
Batch Count
|
{{ formatCount(item) }} |
Batch Size
|
{{ formatSize(item) }} |
Batch Duration
|
{{ formatDuration(item) }} |
@if (
(port.exists === true &&
port.connected === true &&
port.transmitting === false) ||
(currentRpg && port.transmitting) ||
(currentRpg && port.connected && port.exists)
) {
}
|
---|