GetJobCommand.FindJobs Method

Definition

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.

Applies to