This documentation is archived and is not being maintained.

TeamFoundationJobService::ResumeJob Method (TeamFoundationJobDefinition)

Resumes the specified paused job.

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

public:
virtual bool ResumeJob(
	TeamFoundationJobDefinition^ job
) sealed

Return Value

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

Implements

ITeamFoundationJobService::ResumeJob(TeamFoundationJobDefinition)

Show: