Protocol
ScheduledJob
Describes a job that can be scheduled and repeated
protocol ScheduledJob : Sendable
Topics
Instance Properties
Instance Methods
func run(context: QueueContext) -> EventLoopFuture<Void>The method called when the job is run.
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype