PSWorkflowInstance.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.
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; }
member this.State : System.Management.Automation.JobState with get, set
Public Overridable Property State As JobState