StartJob
Class
Definition
Activity to invoke the Microsoft.PowerShell.Core\Start-Job command in a Workflow.
public sealed class StartJob : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| StartJob() |
Gets the display name of the command invoked by this activity. |
Properties
| ArgumentList |
Provides access to the ArgumentList parameter. |
| Authentication |
Provides access to the Authentication parameter. |
| Credential |
Provides access to the Credential parameter. |
| DefinitionName |
Provides access to the DefinitionName parameter. |
| DefinitionPath |
Provides access to the DefinitionPath parameter. |
| FilePath |
Provides access to the FilePath parameter. |
| InitializationScript |
Provides access to the InitializationScript parameter. |
| InputObject |
Provides access to the InputObject parameter. |
| LiteralPath |
Provides access to the LiteralPath parameter. |
| Name |
Provides access to the Name parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| PSVersion |
Provides access to the PSVersion parameter. |
| RunAs32 |
Provides access to the RunAs32 parameter. |
| ScriptBlock |
Provides access to the ScriptBlock parameter. |
| Type |
Provides access to the Type parameter. |