PSWorkflowJobManager.RemoveJob(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.
Remove the workflow with provided job instance id.
public:
void RemoveJob(Guid instanceId);
public void RemoveJob (Guid instanceId);
member this.RemoveJob : Guid -> unit
Public Sub RemoveJob (instanceId As Guid)
Parameters
- instanceId
- Guid
The job instance id.