WaitAnyResult Type
The result of `RunningProcess.WaitAnyAsync`: which started process finished first and how it concluded. A named type (rather than a tuple) so the fields read clearly from C#.
Instance members
| Instance member |
Description
|
Full Usage:
this.Index
Returns: int
|
The index, into the array passed to `WaitAnyAsync`, of the process that finished first.
|
|
How that process concluded.
|
ProcessKit API Reference