Restart DCLauncher Service

Microsoft.SharePoint.2016.SPServiceInstance.DCLauncher.RestartService (Task)

Task to restart SharePoint Document Conversion Launcher Service.

Element properties:

TargetMicrosoft.SharePoint.2016.SPServiceInstance.DCLauncher
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.SharePoint.Library.StartWindowsService Default

Source Code:

<Task ID="Microsoft.SharePoint.2016.SPServiceInstance.DCLauncher.RestartService" Accessibility="Internal" Enabled="true" Target="MOSS16Core!Microsoft.SharePoint.2016.SPServiceInstance.DCLauncher" Remotable="false" Timeout="300">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="MOSS!Microsoft.SharePoint.Library.StartWindowsService">
<ServiceName>DCLauncher16</ServiceName>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Task>