WorkflowJobSourceAdapter.GetJobsByCommand(String, Boolean) Method

Definition

Get list of jobs that run the specified command

public:
 override System::Collections::Generic::IList<System::Management::Automation::Job2 ^> ^ GetJobsByCommand(System::String ^ command, bool recurse);
public override System.Collections.Generic.IList<System.Management.Automation.Job2> GetJobsByCommand (string command, bool recurse);
override this.GetJobsByCommand : string * bool -> System.Collections.Generic.IList<System.Management.Automation.Job2>
Public Overrides Function GetJobsByCommand (command As String, recurse As Boolean) As IList(Of Job2)

Parameters

command
String

command to match

recurse
Boolean

Returns

collection of jobs that match the specified criteria

Applies to