Recovery for TFSJobAgent

TeamFoundationServer2012.RecoveryForTFSJobAgent (Recovery)

Recovery for the TFSJobAgent Service. It attempts to restart the service.

Element properties:

TargetTeamFoundationServer2012.TFSApplicationTier
MonitorTeamFoundationServer2012.MonitorTFSJobAgent
Reset MonitorFalse
RemotableTrue
Timeout300
CategoryCustom
Enabledtrue
AccessibilityPublic

Member Modules:

ID Module Type TypeId RunAs 
RecoveryForTFSJobAgentByRestarting WriteAction Microsoft.Windows.ServiceControlManager.StartService Default

Source Code:

<Recovery ID="TeamFoundationServer2012.RecoveryForTFSJobAgent" Accessibility="Public" Enabled="true" Target="TeamFoundationServer2012.TFSApplicationTier" Monitor="TeamFoundationServer2012.MonitorTFSJobAgent" ResetMonitor="false" ExecuteOnState="Error" Remotable="true" Timeout="300">
<Category>Custom</Category>
<WriteAction ID="RecoveryForTFSJobAgentByRestarting" TypeID="Windows!Microsoft.Windows.ServiceControlManager.StartService">
<ComputerName>ComputerName1$Target/Property[Type="TeamFoundationServer2012.TFSApplicationTier"]/TFSATComputerName$</ComputerName>
<ServiceName>TFSJobAgent</ServiceName>
</WriteAction>
</Recovery>