BatchJobsManagerResumeBatchJob Method

Allows to resume selected batch job. Only paused jobs can be resumed.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Allows to resume selected batch job. Only paused jobs can be resumed.")]
public void ResumeBatchJob(
	int jobId
)

Parameters

jobId  Int32
 

See Also