Click or drag to resize

BatchJobsManager Methods

The BatchJobsManager type exposes the following members.

Methods
  NameDescription
Public methodAddBatchJob(BatchJob, Database, DbTransaction)
Public methodAddBatchJobT(BatchJobT, Database, DbTransaction)
Public methodCancelBatchJob
Allows to cancel selected batch job. Only uncompleted jobs can be cancelled.
Public methodGetBatchJobDetails
Provides batch job details.
Public methodGetBatchJobFiles
Public methodGetBatchJobFilesStatistics
Public methodGetBatchJobIdsForLocationId
Public methodGetBatchJobReport
Returns filtered list of batch jobs.
Public methodGetBatchJobSummary
Provides a short summary of selected batch job.
Public methodPauseBatchJob
Allows to pause selected batch job. Only not started yet jobs can be paused.
Public methodRestartBatchJob(Int32)
Allows to restart selected batch job. Only failed jobs can be restarted.
Public methodRestartBatchJob(Int32, Database, DbTransaction)
Public methodResumeBatchJob
Allows to resume selected batch job. Only paused jobs can be resumed.
Top
Extension Methods
See Also