Enum HostStartResult
StartAsync() の結果コードを表します。
Namespace: FluentCeVIOWrapper.Common.Talk
Assembly: FluentCeVIOWrapper.Common.dll
Syntax
public enum HostStartResult
Fields
Name | Description |
---|---|
FileNotFound | 実行ファイルが見つからない。 |
HostError | アプリケーション起動後、エラーにより終了。 |
NotRegistered | インストール状態が不明。 |
StartingFailed | プロセスの起動に失敗。 |
Succeeded | 成功。起動済みの場合も含みます。 |