CronParser
Preparing search index...
CronFileParserResult
Type Alias CronFileParserResult
type
CronFileParserResult
=
{
errors
:
{
[
key
:
string
]:
unknown
}
;
expressions
:
CronExpression
[]
;
variables
:
{
[
key
:
string
]:
string
}
;
}
Index
Properties
errors
expressions
variables
Properties
errors
errors
:
{
[
key
:
string
]:
unknown
}
expressions
expressions
:
CronExpression
[]
variables
variables
:
{
[
key
:
string
]:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
expressions
variables
CronParser
Loading...