FIR scope processors: add function to check is stop on ProcessorAction
This commit is contained in:
committed by
Mikhail Glukhikh
parent
082e9d1cd7
commit
1cd25da7af
@@ -62,5 +62,6 @@ enum class ProcessorAction {
|
||||
}
|
||||
}
|
||||
|
||||
fun stop() = this == STOP
|
||||
fun next() = this == NEXT
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user