Stop AppSense CCA Agent

AppSense.CCA.10.Agent.StopService.Task (Task)

Agent task to stop the AppSense CCA Agent Service

Knowledge Base article:

Summary

Stop AppSense CCA Agent

Agent task to stop the AppSense CCA Agent Service

Causes

Resolutions

Element properties:

TargetAppSense.CCA.10.Agent
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout301

Member Modules:

ID Module Type TypeId RunAs 
PA WriteAction System.CommandExecuter Default

Source Code:

<Task ID="AppSense.CCA.10.Agent.StopService.Task" Accessibility="Public" Enabled="true" Target="AppSense.CCA.10.Agent" Timeout="301" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="PA" TypeID="System!System.CommandExecuter">
<ApplicationName>c:\windows\system32\net.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>STOP "AppSense Client Communications Agent"</CommandLine>
<TimeoutSeconds>301</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Task>