1-10 of 16 < Previous Next >
1 vote

add some alert/notification cmdlets

* new-alert [ [-eventname] <eventname> ] [ [-variable] <var> | [-variablename] <varname> ] [ [-count] <count>] [ [-message] <msg>] - type <balloon | apptitle | sound | email> [-onceonly] (returns...

id# 2842 | Planned Release: None | Last Updated: Jun 4 at 5:36 PM  by oisin
1 vote

implement an optional visual indicator to show "events waiting"

use p/invoke to put a symbol on top right of console window perhaps, to show events waiting? this way you could hook a "terminating" event on a synchronous .net object, and run it in a new-job scri...

id# 2198 | Planned Release: None | Last Updated: Jun 4 at 5:35 PM  by oisin
1 vote
closed

sometimes get-event (now read-event) -wait returns immediately with no events

sometimes read-event -wait returns immediately with no events - seems to be related to using ctrl+c to break out; a subsequent call immediately returns, but additional calls behave as normal. Proba...

id# 4856 | Planned Release: PSEventing 1.1 | Last Updated: Jun 4 at 5:34 PM  by oisin
1 vote
closed

add -noflush to read-event (previously get-event) cmdlet

currently a read flushes the queue; this would allow a "peek" of the default queue (or specific named queue) without emptying it.

id# 4677 | Planned Release: PSEventing 1.1 | Last Updated: Jun 4 at 5:34 PM  by oisin
1 vote
closed

Unable to bind to EventHandler<T> events

The snapin cannot handle events with EventHandler<T> generic delegates.

id# 4323 | Planned Release: PSEventing 1.1 | Last Updated: Jun 4 at 5:07 PM  by oisin
1 vote
closed

rename get-event to read-event, shorten (dis)connect-eventlistener to (dis)connect-event

read-event fits the queue metaphor better than get. also shortened to other command names.

id# 5088 | Planned Release: PSEventing 1.1 | Last Updated: Jan 12 at 7:58 PM  by oisin
1 vote
closed

implement multiple named queues support

add named queue support to all related cmdlets: * read-event [[-queuename] <queue>] * get-eventqueue [[-queuename] <queue>,<queue>,... ] this allows event sources to be partitioned easily.

id# 5087 | Planned Release: PSEventing 1.1 | Last Updated: Jan 12 at 7:58 PM  by oisin
1 vote
closed

get-event window message pumping

From dicussions: Does "get-event -wait" pump windows messages? I'm finding that certain com objects aren't generating events as I'd expect and I'm guessing that this is because the thread isnt h...

id# 3533 | Planned Release: PSEventing 1.1 Beta | Last Updated: Dec 19 2007 at 4:47 PM  by oisin
1 vote

reshape API to fit "Record" metaphor

I think changing PSEvent to EventRecord might fit the powershell design better.

id# 3192 | Planned Release: None | Last Updated: Aug 27 2007 at 1:37 PM  by oisin
1 vote
closed

add New-Event cmdlet for custom events

New cmdlet added to allow adding of custom PSEvent objects to the global event queue; the custom PSEvent permits a custom object payload by way of a PSEventArgs instance.

id# 2807 | Planned Release: PSEventing 1.0 | Last Updated: Jul 15 2007 at 4:36 AM  by oisin

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 16 < Previous 1 2 Next >
Updating...