Resume a job
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public static void ResumeJob( string jobUrl, ResumeJobParameters parameters ) |
Visual Basic |
---|
Public Shared Sub ResumeJob ( _ jobUrl As String, _ parameters As ResumeJobParameters _ ) |
Visual C++ |
---|
public: static void ResumeJob( String^ jobUrl, ResumeJobParameters parameters ) |
Parameters
- jobUrl
- Type: String
Global name of the job to be resumed.
- parameters
- Type: VcClient..::..ResumeJobParameters
Parameters used to resume a job.