Stop-Job |
Arrête le travail |
---|---|
PowerShell |
Syntaxe
Stop-Job [-PassThru] [-Id] Int32[] [-WhatIf] [-Confirm] [CommonParameters] |
Stop-Job [-Job] Job[] [-PassThru] [-WhatIf] [-Confirm] [CommonParameters] |
Stop-Job [-PassThru] [-Name] String[] [-WhatIf] [-Confirm] [CommonParameters] |
Stop-Job [-PassThru] [-InstanceId] Guid[] [-WhatIf] [-Confirm] [CommonParameters] |
Stop-Job [-PassThru] [-State] JobState [-WhatIf] [-Confirm] [CommonParameters] |
Stop-Job [-PassThru] [-Filter] Hashtable [-WhatIf] [-Confirm] [CommonParameters] |
Description
Cette commande permet d'arrêter une tâche d'arrière-plan PowerShell.
Dernière mise à jour : Jeudi, le 14 Janvier 2021