JobStateEventArgs.PreviousJobStateInfo 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.
Info about the previous state of the job.
public:
property System::Management::Automation::JobStateInfo ^ PreviousJobStateInfo { System::Management::Automation::JobStateInfo ^ get(); };
public System.Management.Automation.JobStateInfo PreviousJobStateInfo { get; }
member this.PreviousJobStateInfo : System.Management.Automation.JobStateInfo
Public ReadOnly Property PreviousJobStateInfo As JobStateInfo