toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api
/
KotlinKernelHost
/
scheduleExecution
schedule
Execution
abstract
fun
scheduleExecution
(
execution
:
ExecutionCallback
<
*
>
)
Schedules execution of the given
execution
after the completing of execution of the current cell
open
fun
scheduleExecution
(
execution
:
Code
)