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]
  2. Duration killTimeout [@property setter]
    class ProcessMonitor
    @property shared
    void
    killTimeout
    (
    in Duration duration
    )

Meta