PSWorkflowJobManager.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.
Loads and returns all workflow jobs.
public:
System::Collections::Generic::IEnumerable<Microsoft::PowerShell::Workflow::PSWorkflowJob ^> ^ GetJobs();
public System.Collections.Generic.IEnumerable<Microsoft.PowerShell.Workflow.PSWorkflowJob> GetJobs ();
member this.GetJobs : unit -> seq<Microsoft.PowerShell.Workflow.PSWorkflowJob>
Public Function GetJobs () As IEnumerable(Of PSWorkflowJob)
Returns
Returns the collection workflow jobs.