FIR scope processors: add function to check is stop on ProcessorAction

This commit is contained in:
Simon Ogorodnik
2019-04-04 17:21:21 +03:00
committed by Mikhail Glukhikh
parent 082e9d1cd7
commit 1cd25da7af
@@ -62,5 +62,6 @@ enum class ProcessorAction {
}
}
fun stop() = this == STOP
fun next() = this == NEXT
}