FarNet.Stateless - Stateless helpers for PowerShell #59
nightroman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The FarNet.Stateless module provides PowerShell commands for running Stateless state machines interactively.
State machines are either created in PowerShell scripts or imported from .NET assemblies, see examples.
Phone.stateless.ps1 example with interactive loop in PowerShell:
(
OnHook
->OffHook
->Dial
(+ prompt for number) ->Ringing
->Connected
-> ...)The plan is to have some interactive features with Far UI as well. But for the moment it's mostly PowerShell features.
Yet, Stateless.dll is in this FarNet library and may be referenced and used by modules right away.
Beta Was this translation helpful? Give feedback.
All reactions