WowRuntimeLifecycle

class WowRuntimeLifecycle(wowRuntime: WowRuntime, unexpectedTerminationExecutor: Executor = defaultLifecycleCallbackExecutor, onUnexpectedTermination: (Throwable) -> Unit = {}) : SmartLifecycle

Constructors

Link copied to clipboard
constructor(wowRuntime: WowRuntime, unexpectedTerminationExecutor: Executor = defaultLifecycleCallbackExecutor, onUnexpectedTermination: (Throwable) -> Unit = {})

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val isPauseable: Boolean
Link copied to clipboard
open override val isRunning: Boolean
Link copied to clipboard
open override val phase: Int

Functions

Link copied to clipboard
open override fun getPhase(): Int
Link copied to clipboard
open override fun isPauseable(): Boolean
Link copied to clipboard
open override fun isRunning(): Boolean
Link copied to clipboard
open override fun start()
Link copied to clipboard
open override fun stop()
open override fun stop(callback: Runnable)