Refresh Backend Status

Talon.FAST.Task.CoreRefreshBackendStatus (Task)

This task will display log file for the core backend status.

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.Task.CoreRefreshBackendStatus" 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 type "%PROGRAMFILES%\TalonFAST\FASTDebugLogs\Core-Internal\naschecktrace.log"</CommandLine>
<TimeoutSeconds>20</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Task>