RegistryTaskTimerTrigger

data class RegistryTaskTimerTrigger(val enabled: Boolean? = null, val name: String, val schedule: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, name: String, schedule: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Should the trigger be enabled? Defaults to true.

Link copied to clipboard

The name which should be used for this trigger.

Link copied to clipboard

The CRON expression for the task schedule.