Logo ProcessKit API Reference

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

this.Index

Full Usage: this.Index

Returns: int

The index, into the array passed to `WaitAnyAsync`, of the process that finished first.

Returns: int

this.Outcome

Full Usage: this.Outcome

Returns: Outcome

How that process concluded.

Returns: Outcome

Type something to start searching.