Get Backend Status

Talon.FAST.v2.Task.CoreBackendStatus (Task)

Description for the new agent task.

Element properties:

TargetTalon.FAST.ComputerRole.CoreServer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter Default

Source Code:

<Task ID="Talon.FAST.v2.Task.CoreBackendStatus" Accessibility="Public" Target="Talon.FAST.ComputerRole.CoreServer" Enabled="true" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="System!System.CommandExecuter">
<ApplicationName>%comspec%</ApplicationName>
<WorkingDirectory/>
<CommandLine>/c sc control TService 130 &gt; nul &amp; ping 127.0.0.1 -n 6 &gt; nul &amp; type "%PROGRAMFILES%\TalonFAST\FASTDebugLogs\Core-Internal\naschecktrace.log"</CommandLine>
<TimeoutSeconds>35</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Task>