8000 GitHub - CommonGardeniaM/AppTracker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CommonGardeniaM/AppTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppTracker

アプリケーションが実行終了時に関数を実行するライブラリ

使い方の例

const process = spawn("notepad")
const tracker = new AppTracker(process.pid)
tracker.exit_function = (exitCode) => console.log(exitCode) //正しく終了したら0が出力される
tracker.start()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published
0