Chapter Contents

Previous

Next
_abortAgentRun

_abortAgentRun



Abort an agent run instance.


Syntax
Syntax Description

Syntax

CALL SEND(agentInst, '_abortAgentRun ', agentName, runKey, rc);

Syntax Description

Where... Is type... And represents...
agentName C name of agent to delete
runKey N run instance key
rc N return code

_abortAgentRun method
aborts a specific run instance that is executing.

The agentName and runkey parameters identify the specific run instance of the agent to abort.

agentName
is an agent that has been defined to the DOMAIN server by using the _defineAgent method.

runKey
is returned from the _runAgent method and is used to retrieve the run information for this particular run.

rc
indicates the success or failure of the abort.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.