This documentation is archived and is not being maintained.

TeamFoundationJobService::PauseJob Method (Guid)

Pauses the specified job.

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

public:
virtual bool PauseJob(
	Guid jobId
) sealed

Parameters

jobId
Type: System::Guid

A Guid object that identifies the job to pause.

Return Value

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

Implements

ITeamFoundationJobService::PauseJob(Guid)

Show: