kCura.Utility.CronSchedule
Namespace with 11 public types
Classes
CrontabException
Represents an exceptional failure attempting to parse a crontab field.
CrontabField
Represents a crontab field.
CrontabFieldImpl
Implements the details of manipulating a CrontabField.
CrontabSchedule
Crontab implementation for use with statistics event handlers.
A time-based job scheduler in Unix-like computer operating systems.People who set up and maintain software environments use cron to schedule jobs (commands or shell scripts)
to run periodically at fixed times, dates, or intervals. It typically automates system maintenance or
administration—though its general-purpose nature makes it useful for things like downloading files from
the Internet and downloading email at regular intervals.[1] The origin of the name cron is from the Greek
word for time, chronos.
ScheduleHelper
Provides static functions for manipulating strings representing CrontabSchedule.
Structures
ValueOrError`1
Wraps the result of an operation that may have failed, providing access to either the result or the error that occurred.
Enumerations
CrontabFieldKind
Enumerates the different types of crontab fields.
Interfaces
ICrontabField
Represents a crontab field.