class RunInstaller : Process<EmoContext>
Process that runs the installer by the use of a classloader and loads of reflection
RunInstaller()
Process that runs the installer by the use of a classloader and loads of reflection |
suspend fun execute(context: EmoContext): Unit
Start this process |
|
fun getDescription(): String
Get description of this process |
|
fun getName(): String
Get name of this process |