Ticket #282 (closed: duplicate)

Opened 12 years ago

Last modified 5 years ago

Allow Python run asynchronously in MantidPlot

Reported by: Roman Tolchenov Owned by:
Priority: major Milestone: Iteration 20
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description


Change History

comment:1 Changed 12 years ago by Roman Tolchenov

(In [1557]) Python runs asynchronously. re #282

comment:2 Changed 12 years ago by Roman Tolchenov

(In [1561]) MantidPlot can monitor progress and cancel algorithms launched from python script. re #282

comment:3 Changed 12 years ago by Roman Tolchenov

(In [1562]) Correction. re #282

comment:4 Changed 12 years ago by Nick Draper

  • Owner Roman Tolchenov deleted
  • Milestone Iteration 13 deleted

After considering this we ran into several issues that for now have caused us to reverse the decisions we had made.

  1. each line cannot be run asynch otherwise scripts will have race conditions
  2. Running the script window in another thread leads to threading problems when the scripts interacts with windows on the main thread.

We may come back to this later.

comment:5 Changed 12 years ago by Nick Draper

  • Milestone set to Unassigned

comment:6 Changed 12 years ago by Martyn Gigg

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

This is now a duplicate of #359

comment:7 Changed 7 years ago by Nick Draper

  • Milestone changed from Unassigned to Iteration 20

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 1130

Note: See TracTickets for help on using tickets.