Click or drag to resize

BatchJobsManagerRestartBatchJob Method (Int32)

Allows to restart selected batch job. Only failed jobs can be restarted.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int RestartBatchJob(
	int jobId
)

Parameters

jobId
Type: SystemInt32

Return Value

Type: Int32
See Also