| | |
| | | private val dustSiteStatusRep: DustSiteStatusRep, |
| | | ) { |
| | | |
| | | private var running = false |
| | | var running = false |
| | | |
| | | private val taskList = mutableListOf<BaseDustExceptionAnalysis>() |
| | | |
| | |
| | | taskList.clear() |
| | | taskList.apply { |
| | | add(ExceptionDataMissing(it)) |
| | | add(ExceptionNoFluctuation(it)) |
| | | add(ExceptionApproachExceeding(it)) |
| | | add(ExceptionExceedingTimes(it)) |
| | | add(ExceptionSlideAverage(it)) |
| | | add(ExceptionValueMutation(it)) |
| | | add(ExceptionDataLowValue(it)) |
| | | add(ExceptionDataExceed(it)) |
| | | // add(ExceptionNoFluctuation(it)) |
| | | // add(ExceptionApproachExceeding(it)) |
| | | // add(ExceptionExceedingTimes(it)) |
| | | // add(ExceptionSlideAverage(it)) |
| | | // add(ExceptionValueMutation(it)) |
| | | // add(ExceptionDataLowValue(it)) |
| | | // add(ExceptionDataExceed(it)) |
| | | // add(ExceptionValidRate(it)) |
| | | } |
| | | } |
| | | } |