This documentation is archived and is not being maintained.

ITeamFoundationJobService.ResumeJob Method (Guid)

Resumes the specified paused job.

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

abstract ResumeJob : 
        jobId:Guid -> bool

Parameters

jobId
Type: System.Guid

The job ID of the job to resume.

Return Value

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

Show: