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