|
|
Queued |
{{ command.queued?.status || '-' }} |
{{ (command.queued?.time | deltaWith:command.generationTime) || '-' }}
|
|
|
Released |
{{ command.released?.status || command.transmissionConstraints?.status || '-' }}
|
{{ (command.released?.time | deltaWith:command.generationTime) || '-' }}
|
|
|
Sent |
{{ command.sent?.status || '-' }} |
{{ (command.sent?.time | deltaWith:command.generationTime) || '-' }}
|