start

fun start(restart: Boolean = true)

Start the execution of this heartbeat. Does nothing if it is already running and restart is false.

Parameters

restart

true to restart the heartbeat if it is already running, false otherwise.

See also