Skip to content

Interface: TimeoutTaskOptions

Defined in: packages/scheduler/src/interfaces/scheduler.interface.ts:46

Options for timeout tasks

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
cancelOnShutdown?booleanWhether to cancel the timeout when the application is shutting down-packages/scheduler/src/interfaces/scheduler.interface.ts:50
executeOnInit?booleanWhether to execute the task immediately upon registrationSchedulerTaskOptions.executeOnInitpackages/scheduler/src/interfaces/scheduler.interface.ts:15
name?stringTask name for identificationSchedulerTaskOptions.namepackages/scheduler/src/interfaces/scheduler.interface.ts:10
timeout?numberTimeout in millisecondsSchedulerTaskOptions.timeoutpackages/scheduler/src/interfaces/scheduler.interface.ts:20

Released under the MIT License.