IBatchHubServiceBatchJobDeactivate Method |
Deactivates a job.
Namespace:
PDTec.IceNet.Domain.BatchHub.Service.Interface
Assembly:
PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax ServiceResult BatchJobDeactivate(
string jobId,
string deactivatedBy
)
Parameters
- jobId
- Type: SystemString
The batch job ID. - deactivatedBy
- Type: SystemString
The user that has deactivated the batch job.
Return Value
Type:
ServiceResultThe service result status information.
See Also