-
Home
-
API Reference
-
CliInvoke.Core.Processes
-
ISuspendableExternalProcess
ISuspendableExternalProcess Interface
Definition
Show inherited members (13)
Defines a contract for an external process that can be suspended and resumed.
public interface ISuspendableExternalProcess : IExternalProcess, IDisposable
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Methods (2)
Resume()Resumes the execution of the external process.
Suspend()Suspends the execution of the external process.