System.Tether.AppProfile.TRemoteActionState

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TRemoteActionState = (Running, NotRunning, NotFound);

C++

enum class DECLSPEC_DENUM TRemoteActionState : unsigned char { Running, NotRunning, NotFound };

プロパティ

種類 可視性 ソース ユニット
enum public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile System.Tether.AppProfile


説明

非同期の TRemoteAction の現在の状態です。

取り得る値は次のとおりです。

説明

Running

TRemoteAction は現在実行中です(実行はまだ終わっていません)。

NotRunning

TRemoteAction は実行中ではありません(実行は既に終わっています)。

NotFound

リモート アクションの名前またはプロファイルが見つかりません。

関連項目