Table of Contents

Interface IProcessRunnerNotification

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Defines a contract for receiving notifications about the lifecycle and events of a running process.

public interface IProcessRunnerNotification : IDisposableObject, IDisposable, IBaseObject

Properties

UniqueId

Gets the unique identifier for this notification instance.

Methods

OnRunningProcessDisposed(Process)

Called when a process is disposed.

OnRunningProcessExited(Process)

Called when a process exits.

OnRunningProcessLog(Process, string, LogItemKind)

Called when a log entry is generated for a running process.

OnRunningProcessStarted(Process)

Called when a process starts running.