mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added running to CronJob interface
This commit is contained in:
parent
c2bca7cc22
commit
b878b731b0
1
types/cron/index.d.ts
vendored
1
types/cron/index.d.ts
vendored
@ -14,6 +14,7 @@ interface CronJobStatic {
|
||||
interface CronJob {
|
||||
start(): void;
|
||||
stop(): void;
|
||||
running: boolean | undefined;
|
||||
}
|
||||
export declare var CronJob: CronJobStatic;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user