FarNet.Stateless - Stateless helpers for PowerShell #592
nightroman
started this conversation in
Show and tell
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
-> ...)Beta Was this translation helpful? Give feedback.
All reactions