BatchJobsManagerPauseBatchJob Method

Allows to pause selected batch job. Only not started yet jobs can be paused.

Definition

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

Parameters

jobId  Int32
 

See Also