This documentation is archived and is not being maintained.

TeamFoundationJobService::PauseJob Method (TeamFoundationJobDefinition)

Pauses the specified job.

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

public:
virtual bool PauseJob(
	TeamFoundationJobDefinition^ job
) sealed

Return Value

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

Implements

ITeamFoundationJobService::PauseJob(TeamFoundationJobDefinition)

Show: