Member Junction
Preparing search index...
@memberjunction/core-entities-server
buildScheduledJobFields
Function buildScheduledJobFields
buildScheduledJobFields
(
p
:
{
cronExpression
:
string
;
jobTypeID
:
string
;
recordProcessID
:
string
;
recordProcessName
:
string
;
timezone
:
string
;
}
,
)
:
{
Configuration
:
string
;
CronExpression
:
string
;
JobTypeID
:
string
;
Name
:
string
;
Status
:
"Active"
;
Timezone
:
string
;
}
PURE mapping (exported for tests): the Scheduled Job field values for an active recurrence.
Parameters
p
:
{
cronExpression
:
string
;
jobTypeID
:
string
;
recordProcessID
:
string
;
recordProcessName
:
string
;
timezone
:
string
;
}
Returns
{
Configuration
:
string
;
CronExpression
:
string
;
JobTypeID
:
string
;
Name
:
string
;
Status
:
"Active"
;
Timezone
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Member Junction
Loading...
PURE mapping (exported for tests): the Scheduled Job field values for an active recurrence.