Stop-SmJob
Contributors
Suggest changes
Stops a job that is in progress.
Syntax
Stop-SmJob [-JobId] <Int32>
Detailed Description
Stops a job that is in progress.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
JobId |
The ID associated with the job you want to stop. |
false |
false |
Examples
Example 1: Stopping a job
Stop-SmJob -JobId 1002
This example syntax stops a job for the job ID specified.