Modify

Opened 15 years ago

Closed 15 years ago

#1185 closed Feature Request (Rejected)

Priority Flag for OnAutoItExitRegister

Reported by: eukalyptus Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: OnAutoItExitRegister OnAutoItExit Cc:

Description

suggestion:
the higher the value, the later the Func-calling

standart OnAutoitExit value = 100

OnAutoItExitRegister("_MyExitFunc",105)
OnAutoItExitRegister("_MyExitFunc2",50)

results in this order:

_MyExitFunc2 (flag=50)
OnAutoitExit (flag=100)
_MyExitFunc (flag=105)

would be nice ;)

Attachments (0)

Change History (2)

comment:1 Changed 15 years ago by TicketCleanup

  • Version Other deleted

Automatic ticket cleanup.

comment:2 Changed 15 years ago by Valik

  • Resolution set to Rejected
  • Status changed from new to closed

No. Priority should not matter in a well designed script. It's also a can of works I really don't feel like opening. The system was designed to be a queue, first registered, first invoked. If priority is that important to the operation of your script then register the functions in the proper order.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.