ExecutionMode 列挙

説明

関数が実行するコマンドの完了を待機するかどうかを 定義します。

継承階層

構文

public enum ExecutionMode

メンバー

名前 説明
WaitUntilFinished Execute の実行をプログラムの終了まで 待機します。
ContinueRunning 実行可能ファイルを開始したら直ちに戻ります。 ExecutionResult.ExitCode は常に 0 で、 ExecutionResult.RawOutput には何も 出力されません。