WaitJob
Class
Definition
Activity to invoke the Microsoft.PowerShell.Core\Wait-Job command in a Workflow.
public sealed class WaitJob : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| WaitJob() |
Gets the display name of the command invoked by this activity. |
Properties
| Any |
Provides access to the Any 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. |
| Timeout |
Provides access to the Timeout parameter. |