ProcessCPUWatcher.this

Watch process by id.

  1. this(int pid)
    class ProcessCPUWatcher
    @safe
    this
    (
    int pid
    )
  2. this(HANDLE procHandle)
  3. this()

Parameters

pid int

ID number of process. Can be process handle on Windows.

Meta