This documentation is archived and is not being maintained.

ITeamFoundationJobService::StopJob Method (Guid)

Stops the specified in-progress job.

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

bool StopJob(
	Guid jobId
)

Parameters

jobId
Type: System::Guid

The job ID of the job to stop.

Return Value

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

Show: