Preparing search index...
The search index is not available
@deep/nest-kit
@deep/nest-kit
modules/jobs
IBaseJobsControllerHost
Interface IBaseJobsControllerHost
interface
IBaseJobsControllerHost
{
jobsService
:
BaseJobsService
;
runQueuedJobs
(
ctx
:
IBaseActionContext
)
:
Promise
<
string
>
;
runScheduledJobs
(
ctx
:
IBaseActionContext
)
:
Promise
<
string
>
;
}
Index
Properties
jobs
Service
Methods
run
Queued
Jobs
run
Scheduled
Jobs
Properties
Readonly
jobs
Service
jobsService
:
BaseJobsService
Methods
run
Queued
Jobs
runQueuedJobs
(
ctx
:
IBaseActionContext
)
:
Promise
<
string
>
Parameters
ctx
:
IBaseActionContext
Returns
Promise
<
string
>
run
Scheduled
Jobs
runScheduledJobs
(
ctx
:
IBaseActionContext
)
:
Promise
<
string
>
Parameters
ctx
:
IBaseActionContext
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
jobs
Service
Methods
run
Queued
Jobs
run
Scheduled
Jobs
@deep/nest-kit
Loading...