mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #16182 from Reidweb1/master
Added running to CronJob interface
This commit is contained in:
Vendored
+1
@@ -14,6 +14,7 @@ interface CronJobStatic {
|
||||
interface CronJob {
|
||||
start(): void;
|
||||
stop(): void;
|
||||
running: boolean | undefined;
|
||||
}
|
||||
export declare var CronJob: CronJobStatic;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user