Share via


WorkflowJobSourceAdapter.GetJobs Method

Definition

Get the list of jobs that are currently available in the workflow instance table.

public:
 override System::Collections::Generic::IList<System::Management::Automation::Job2 ^> ^ GetJobs();
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