Skip to content

AgentIsEnabled

Function : Agents
AgentIsEnabled - Return enabled status of an Agent.

#include <agents.h>
BOOL LNPUBLIC AgentIsEnabled(

    HAGENT  hAgent);
Description :

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