Package com.inet.taskplanner.server.api.job
package com.inet.taskplanner.server.api.job
Provides classes for managing jobs in the Task Planner.
This includes the definition, execution, and monitoring of jobs,
along with their conditions and result containers. Jobs represent
the actual execution units that perform the scheduled tasks.
-
ClassesClassDescriptionRepresents a condition for a
jobwhich decides whether the result of the job must be processed byresultActionsor not.Contains information about the condition fields offered by the corresponding job.A job is a unit of work that produces a result.Definition of a job for aTaskDefinitionwith the settings required for the job.JobFactory<T extends Job>Base class for factories producingJobcomponents.Contains information about how this kind of job is presented, which options it has, and how those options interact.The result container returned by aJob.Specialized summary information for jobs.