Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The valid states for an agent.
enum agent_status;
Members
Values
Name |
Description |
---|---|
agent_canceled |
The agent was canceled. |
agent_created |
The agent has been created but not started. |
agent_done |
The agent finished without being canceled. |
agent_runnable |
The agent has been started, but not entered its run method. |
agent_started |
The agent has started. |
Remarks
For more information, see Asynchronous Agents.
Requirements
Header: agents.h
Namespace: Concurrency