API reference
API reference
Select your platform
No SDKs available
No versions available

SystemDependencies

SystemDependencies

data class SystemDependencies(val mustRunBefore: MutableSet<SystemDependencyConfig>? = null, val mustRunAfter: MutableSet<SystemDependencyConfig>? = null)
Represents a collection of system dependencies.

Constructors

NameSummary
SystemDependencies
constructor(mustRunBefore: MutableSet<SystemDependencyConfig>? = null, mustRunAfter: MutableSet<SystemDependencyConfig>? = null)

Properties

NameSummary
mustRunAfter
val mustRunAfter: MutableSet<SystemDependencyConfig>? = null

A set of systems that must run after this system.
mustRunBefore
val mustRunBefore: MutableSet<SystemDependencyConfig>? = null

A set of systems that must run before this system.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon