AgentIsEnabled
Function : Agents
AgentIsEnabled - Return enabled status of an Agent.
#include <agents.h>
BOOL LNPUBLIC AgentIsEnabled(
HAGENT hAgent);
Return TRUE or FALSE indicating if the specified Agent is enabled.
Parameters : Input : hAgent - Handle of Agent.
Output : (routine) - TRUE - agent is enabled. FALSE - agent isn't enabled.
See Also : AgentRun