This documentation is archived and is not being maintained.

ITeamFoundationJobService.PauseJob Method (TeamFoundationJobDefinition)

Pauses the job that has the specified job definition.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

abstract PauseJob : 
        job:TeamFoundationJobDefinition -> bool

Parameters

job
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobDefinition

The job definition of the job to pause.

Return Value

Type: System.Boolean
True if the job was successfully paused; otherwise, false.

Show: