class Noop : Process<Any>
Noop process, useful when only routing is needed
Noop()
Noop process, useful when only routing is needed |
suspend fun execute(context: Any): Unit
Start this process |
|
fun getDescription(): String
Get description of this process |
|
fun getName(): String
Get name of this process |