ProcessMonitor.killTimeout

The time to wait before the process is force-killed by the monitor after being asked to stop. Defaults to 20 seconds.

When a process is killed using kill it may not stop immediately (or at all). With this you can define an amount of time the monitor should wait before forcing the process to stop.

  1. Duration killTimeout [@property getter]
    class ProcessMonitor
    @property shared
    Duration
    killTimeout
    ()
  2. Duration killTimeout [@property setter]

Meta