emit

fun emit(event: String, vararg args: Any?): Boolean(source)
fun emit(event: Symbol, vararg args: Any?): Boolean(source)
fun emit(event: ChildProcessEvent.CLOSE, code: Double?, signal: Signals?): Boolean(source)
fun emit(event: ChildProcessEvent.EXIT, code: Double?, signal: Signals?): Boolean(source)
fun emit(event: ChildProcessEvent.SPAWN, listener: () -> Unit): Boolean(source)