RemoveJob
Class
Definition
Activity to invoke the Microsoft.PowerShell.Core\Remove-Job command in a Workflow.
public sealed class RemoveJob : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| RemoveJob() |
Gets the display name of the command invoked by this activity. |
Properties
| Command |
Provides access to the Command parameter. |
| Filter |
Provides access to the Filter parameter. |
| Force |
Provides access to the Force 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. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| State |
Provides access to the State parameter. |