VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-node
/
de.vulpescloud.node
/
Scheduler
Scheduler
abstract
class
Scheduler
:
CoroutineScope
Inheritors
HeartBeatScheduler
ServiceScheduler
Members
Constructors
Scheduler
Link copied to clipboard
constructor
(
)
Properties
coroutine
Context
Link copied to clipboard
open
override
val
coroutineContext
:
CoroutineContext
Functions
cancel
Link copied to clipboard
fun
cancel
(
)
is
Active
Link copied to clipboard
fun
isActive
(
)
:
Boolean
run
Link copied to clipboard
abstract
fun
run
(
)
:
Job