GetJobCommand.FindJobs Method
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.
Helper method to find jobs based on parameter set.
protected:
System::Collections::Generic::List<System::Management::Automation::Job ^> ^ FindJobs();
protected System.Collections.Generic.List<System.Management.Automation.Job> FindJobs ();
member this.FindJobs : unit -> System.Collections.Generic.List<System.Management.Automation.Job>
Protected Function FindJobs () As List(Of Job)
Returns
Matching jobs.