TAssistantRequestStatus Enumeration

Represents type TAssistantRequestStatus.

Namespace: System.UI.Assistant
type
 TAssistantRequestStatus = (arsPending, arsInProgress, arsCompleted, arsAborted, arsFailed);

The TAssistantRequestStatus type exposes the following members.

Show:
 NameDescription
arsAborted

Represents constant arsAborted.

arsCompleted

Represents constant arsCompleted.

arsFailed

Represents constant arsFailed.

arsInProgress

Represents constant arsInProgress.

arsPending

Represents constant arsPending.

Top