首页 > 系统相关 >PowerShell教程 - 异步处理(Asynchronous Processing)

PowerShell教程 - 异步处理(Asynchronous Processing)

时间:2022-08-29 07:55:50浏览次数:67  
标签:异步 Processing 29 Start Sleep Asynchronous PowerShell

更新记录
转载请注明出处。
2022年8月29日 发布。
2022年8月29日 从笔记迁移到博客。

异步处理(Asynchronous Processing)

休眠(Sleep)指定时间

Start-Sleep

实例:
休眠1秒

Start-Sleep -Seconds 1

标签:异步,Processing,29,Start,Sleep,Asynchronous,PowerShell
From: https://www.cnblogs.com/cqpanda/p/16634683.html

相关文章