WorkflowJobSourceAdapter.GetJobByInstanceId(Guid, Boolean) Method

Definition

Get list of jobs that has the specified id

public:
 override System::Management::Automation::Job2 ^ GetJobByInstanceId(Guid instanceId, bool recurse);
public override System.Management.Automation.Job2 GetJobByInstanceId (Guid instanceId, bool recurse);
override this.GetJobByInstanceId : Guid * bool -> System.Management.Automation.Job2
Public Overrides Function GetJobByInstanceId (instanceId As Guid, recurse As Boolean) As Job2

Parameters

instanceId
Guid

Guid to match

recurse
Boolean

Returns

job with the specified guid

Applies to