PSWorkflowJobManager.GetJob(Guid) 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.
Returns the workflow job currently loaded in memory with provided id. This function DOES NOT try load the job from the store if not found in memory
public:
Microsoft::PowerShell::Workflow::PSWorkflowJob ^ GetJob(Guid instanceId);
public Microsoft.PowerShell.Workflow.PSWorkflowJob GetJob (Guid instanceId);
member this.GetJob : Guid -> Microsoft.PowerShell.Workflow.PSWorkflowJob
Public Function GetJob (instanceId As Guid) As PSWorkflowJob
Parameters
- instanceId
- Guid