JobCmdletBase.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
All the job objects having this state.
public:
virtual property System::Management::Automation::JobState State { System::Management::Automation::JobState get(); void set(System::Management::Automation::JobState value); };
public virtual System.Management.Automation.JobState State { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="StateParameterSet", Position=0, ValueFromPipelineByPropertyName=true)]
public virtual System.Management.Automation.JobState State { get; set; }
member this.State : System.Management.Automation.JobState with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="StateParameterSet", Position=0, ValueFromPipelineByPropertyName=true)>]
member this.State : System.Management.Automation.JobState with get, set
Public Overridable Property State As JobState
Property Value
- Attributes