Stop Check Execute Watchdog
An extension of ExecuteWatchdog that tracks whether the watchdog has been explicitly stopped.
This class adds the ability to query the stopped state via isStopped, since the standard ExecuteWatchdog does not expose this information.
Used internally by ManagedProcess to determine whether a process has been externally terminated or has naturally completed.
Author
Michael Vorburger