This documentation is archived and is not being maintained.

TeamFoundationJobService::StopJob Method (TeamFoundationJobDefinition)

Stops the specified job.

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

public:
virtual bool StopJob(
	TeamFoundationJobDefinition^ job
) sealed

Return Value

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

Implements

ITeamFoundationJobService::StopJob(TeamFoundationJobDefinition)

Show: