![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| IAllowRunningExecutable | RedirectOutput (Action< string > outputHandler) |
| IAllowRunningExecutable | RedirectError (Action< string > errorHandler) |
| IAllowRunningExecutable | SetWorkingDirectory (string directory) |
| IAllowRunningExecutable | SetEnvironmentVariable (string name, string value) |
| IAllowRunningExecutable | IsRunning () |
| IAllowWaitingExecutable | WaitForExit (int milliseconds) |
| Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult > | |
| TResult | ToGPALObject () |
| Public Member Functions inherited from GenerallyPositive.IAllowWaitingExecutable | |
| void | Kill () |
| void | KillTree () |
Definition at line 860 of file Interfaces.cs.