System.Tether.AppProfile.TRemoteActionState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TRemoteActionState = (Running, NotRunning, NotFound);

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
enum public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile System.Tether.AppProfile


Description

Etat en cours d'un TRemoteAction asynchrone.

Les valeurs possibles sont :

Valeur Description

Running

Le TRemoteAction est actuellement en cours d'exécution (son exécution n'est pas encore terminée).

NotRunning

Le TRemoteAction n'est pas en cours d'exécution (son exécution est déjà terminée).

NotFound

Le nom ou le profil de l'action distante ne peut pas être trouvé.

Voir aussi