Library API
⬅ Back to Guides
Preparing search index...
common.index
CronField
Interface CronField
Represents a single parsed cron field with its allowed values and restriction status.
interface
CronField
{
allowed
:
Set
<
number
>
;
restricted
:
boolean
;
}
Index
Properties
allowed
restricted
Properties
allowed
allowed
:
Set
<
number
>
restricted
restricted
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
restricted
⬅ Back to Guides
Library API
Loading...
Represents a single parsed cron field with its allowed values and restriction status.