OvershotAction

What do you want to happen when the job runner finds that the job start time is in the past. This can happen when the job does no run at the start time because the system is down or was not handled by the job runner

Entries

Link copied to clipboard

Job is executed immediately. when it is found past it's end time

Link copied to clipboard

Job is Dropped immediately. when it is found past it's end time

Link copied to clipboard

Nothing happens to the job and it kep in the database. It is recommended not to use this since this will cause stale jobs to pile up in your db. IT is best to drop or execute it for optimal performance.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.