OnQ

0.1.3

Easy Asynchronous Event-Driven Scripting with PowerShell

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name OnQ

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name OnQ

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2021 Start-Automating

Package Details

Author(s)

  • James Brundage

Tags

OnQ Events

Dependencies

This module has no dependencies.

Release Notes

0.1.3:
---
New Event Source:
* VariableSet

Receive-Event now returns event most-recent to least-recent.
Receive-Event now has -First and -Skip.

Bugfix:  On@Repeat now actually starts it's timer.

0.1.2:
---
New Event Source:
* UDP

PowerShellAsync Event Source now allows for a -Parameter dictionaries.
0.1.1:
---
New Event Sources:
* HTTPResponse
* PowerShellAsync

New Event Source Capabilities:

Event Sources can now return an InitializeEvent property or provide a ComponentModel.InitializationEvent attribute.
This will be called directly after the subscription is created, so as to avoid signalling too soon.

0.1:
---
Initial Module Release.

Fun simple event syntax (e.g. on mysignal {"do this"} or on delay "00:00:01" {"do that"})
Better pipelining support for Sending events.

FileList

Version History

Version Downloads Last updated
0.1.3 (current version) 220 4/20/2021
0.1.2 20 3/16/2021
0.1.1 25 2/4/2021
0.1 25 1/25/2021