Share via


ScheduledJobSourceAdapter.GetJobs Method

Definition

Get the list of jobs that are currently available in this store

public override System.Collections.Generic.IList<System.Management.Automation.Job2> GetJobs ();
override this.GetJobs : unit -> System.Collections.Generic.IList<System.Management.Automation.Job2>
Public Overrides Function GetJobs () As IList(Of Job2)

Returns

Collection of job objects

Applies to