execute

abstract fun execute(ctx: JobContext): JobResult

Executes the job configured by the given JobContext.

Return

Job completion status.

Parameters

ctx

Context in/for the job that is to be executed.