| ProcessExitCallback Delegate |
The type for a method which is called when a process finished its execution.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public delegate void ProcessExitCallback(
ProcessExecutionResult result
)
Public Delegate Sub ProcessExitCallback (
result As ProcessExecutionResult
)
Parameters
- result
- Type: Mastersign.BenchProcessExecutionResult
The return code, and possible the output of the process.
See Also