()
| 16 | } |
| 17 | |
| 18 | protected getProgressPrediction() { |
| 19 | if ( |
| 20 | this.progressItem && |
| 21 | this.progressItem.predicition && |
| 22 | this.progressItem.predicition.timestamp |
| 23 | ) |
| 24 | return this.progressItem.predicition.timestamp; |
| 25 | return null; |
| 26 | } |
| 27 | |
| 28 | protected getProgressLastTimestamp() { |
| 29 | if (this.progressItem && this.progressItem.lastEp && this.progressItem.lastEp.timestamp) |
no outgoing calls
no test coverage detected