WorkflowJobSourceAdapter.GetJobs 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.
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