ITeamFoundationJobService.PauseJob Method (Guid)
Pauses the job that has the specified job ID.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function PauseJob ( _
jobId As Guid _
) As Boolean
bool PauseJob(
Guid jobId
)
bool PauseJob(
Guid jobId
)
abstract PauseJob :
jobId:Guid -> bool
function PauseJob(
jobId : Guid
) : boolean
Parameters
jobId
Type: System.GuidThe GUID of the job to pause.
Return Value
Type: System.Boolean
True if the specified job was paused; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.