Modify

Opened 16 years ago

Closed 16 years ago

#550 closed Feature Request (Rejected)

Run() - doc precision

Reported by: Zedna Owned by:
Milestone: Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

From AutoIt changelog:

3.2.2.0 (23rd December, 2006) (Release)
- Changed: @error set to WinAPI GetLastError() for Run().

But there is no information about this in Run(), RunWait() helpfile section.

There is only:

Return Value

Success: The PID of the process that was launched. 
Failure: Returns 0 and sets @error to non-zero.


So better will be:
There is only:

Return Value

Success: The PID of the process that was launched. 
Failure: Returns 0 and sets @error to WinAPI GetLastError().


Attachments (0)

Change History (2)

comment:1 Changed 16 years ago by TicketCleanup

  • Version 3.2.12.1 deleted

Automatic ticket cleanup.

comment:2 Changed 16 years ago by Valik

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

I'm not sure how useful it is to document this. It wasn't really added to be useful for user's but rather for us in debugging. For now I think it should still be undocumented.

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.