StopJob
Class
Definition
Activity to invoke the Microsoft.PowerShell.Core\Stop-Job command in a Workflow.
public sealed class StopJob : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| StopJob() |
Gets the display name of the command invoked by this activity. |
Properties
| Filter |
Provides access to the Filter parameter. |
| InstanceId |
Provides access to the InstanceId parameter. |
| Job |
Provides access to the Job parameter. |
| JobId |
Provides access to the JobId parameter. |
| Name |
Provides access to the Name parameter. |
| PassThru |
Provides access to the PassThru parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| State |
Provides access to the State parameter. |