external help file | Module Name | online version | schema |
---|---|---|---|
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml |
AMSoftware.Crm |
2.0.0 |
Stop a running asynchronous operation (System Job).
Stop-CrmProcess [-ASyncOperation] <Guid> [-PassThru] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
Stop-CrmProcess [-Process] <Guid> [[-Record] <Guid>] [-PassThru] [-Force] [-WhatIf] [-Confirm]
[<CommonParameters>]
Stop a running asynchronous operation (System Job).
PS C:\> Stop-CrmProcess -Process 'AA5C6340-D76D-44E1-B3B8-1D3EFA0C4B8D' -Record '146C4190-4D68-4A98-9B6E-AD911F4351D9'
Stop any System Job associated to the sepcified process and record.
The id of the System Job to stop.
Type: System.Guid
Parameter Sets: StopProcessByAsyncOperation
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Stops the specified processes without prompting for confirmation.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Returns an object that represents the asyncoperation. By default, this cmdlet does not generate any output.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The id of the process (workflow) to stop all associated System Jobs for.
Type: System.Guid
Parameter Sets: StopProcessByWorkflow
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The id of the record to stop the associated System Jobs for.
Type: System.Guid
Parameter Sets: StopProcessByWorkflow
Aliases: Id
Required: False
Position: 5
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Prompts you for confirmation before running the cmdlet.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.