summaryrefslogtreecommitdiff
path: root/Utility/WinProcess.hs
blob: 4277931c0d3764f4cad96bf90897ba4b01b925d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{- Windows processes
 -
 - Copyright 2014 Joey Hess <id@joeyh.name>
 -
 - License: BSD-2-clause
 -}

module Utility.WinProcess where

import Utility.PID

terminatePID :: PID -> IO ()
terminatePID p = warning "terminating processes on windows is not currently working"