running

open override fun running()


fun running(block: () -> Unit)

Sets the callback invoked when the service enters the running state.

Parameters

block

the callback to invoke.