agent_status Enumeration

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

See Also

Reference

concurrency Namespace