We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879c46f commit a7bae07Copy full SHA for a7bae07
reference/docs-conceptual/whats-new/breaking-changes-ps6.md
@@ -18,6 +18,10 @@ support PowerShell Workflow in PowerShell Core.
18
In the future, we would like to enable native parallelism/concurrency in the PowerShell language
19
without the need for PowerShell Workflow.
20
21
+If there is a need to use checkpoints to resume a script after the OS restarts, we recommend
22
+using Task Scheduler to run a script on OS startup, but the script would need to maintain
23
+its own state (like persisting it to a file).
24
+
25
[workflow]: https://docs.microsoft.com/powershell/scripting/core-powershell/workflows-guide
26
[workflow-foundation]: https://docs.microsoft.com/dotnet/framework/windows-workflow-foundation/
27
0 commit comments