This is part of the Fake.Core.Process module.

ProcessList

Constructors

ConstructorDescription
new()
Signature: unit -> ProcessList

Instance members

Instance memberDescription
x.Add(pid, startTime)
Signature: (pid:int * startTime:DateTime) -> bool
x.GetShouldKill
Signature: bool
x.KillAll()
Signature: unit -> unit
x.SetShouldKill(enable)
Signature: enable:bool -> unit