Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

13 Commits

Repository files navigation

repeat-task

a simple tool to run the repeat tasks;

Explain

a simple tool to run the repeat tasks;

Usage

constTask=require('repeat-task');constt=newTask();// add taskst.addTask('TaskName1',task1,taskIntervalTime1,{timing: true});t.addTask('TaskName2',task2,taskIntervalTime2,{timing: true});// runt.run();// listen logt.on('log',function(log){console.log(log);});//listen errort.on('error',function(err){console.error(err);});

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages