Feature #385
JavaScript task management
| Status: | Closed | Start date: | 06/09/2010 | |
|---|---|---|---|---|
| Priority: | (P1) Urgent | Due date: | ||
| Assignee: | Sergey Bostandzhyan | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 0.9.0-alpha4 | |||
| Severity: | Normal | |||
| Story points | - | |||
| Velocity based estimate | - |
Description
JavaScript "tasks" should be administrable: show running scripts, stop/restart scripts, enable/disable scripts, ...
Associated revisions
Added stop routine to sockets
References #385
Added stop routine to setTimeout
References #385
History
Updated by Miguel Rodriguez over 1 year ago
- Target version set to Backlog longterm
List from installed scripts will be provided by App Store
A separate task will be created for stoping/starting scripts.
All other tasks are moved to 1.1
Updated by Miguel Rodriguez over 1 year ago
- Status changed from New to Assigned
Updated by Miguel Rodriguez over 1 year ago
- Assignee set to Patrick Stählin
- Priority changed from (P3) Normal to (P2) High
- Target version changed from Backlog longterm to 0.9.0-alpha1
Please implement the stop/start of scripts only.
Updated by Miguel Rodriguez over 1 year ago
- Target version changed from 0.9.0-alpha1 to 0.9.0-alpha2
Updated by Miguel Rodriguez over 1 year ago
- Target version changed from 0.9.0-alpha2 to 0.9.0-alpha3
Updated by Miguel Rodriguez over 1 year ago
- Target version changed from 0.9.0-alpha3 to 0.9.0-alpha2
Updated by Miguel Rodriguez over 1 year ago
- Target version changed from 0.9.0-alpha2 to 0.9.0-alpha3
Updated by Miguel Rodriguez over 1 year ago
- Priority changed from (P2) High to (P1) Urgent
Updated by Patrick Stählin over 1 year ago
- Target version changed from 0.9.0-alpha3 to 0.9.0-alpha4
Updated by Patrick Stählin over 1 year ago
- Status changed from Assigned to Resolved
- Assignee changed from Patrick Stählin to Miguel Rodriguez
Stopping scripts is now implemented, starting will still be handled through subscriptions.
Updated by Miguel Rodriguez over 1 year ago
- Assignee changed from Miguel Rodriguez to Sergey Bostandzhyan
Sergey: Please verify and close
Updated by Sergey Bostandzhyan over 1 year ago
- Status changed from Resolved to Closed
Tested with a subscription + script and wrote stop flag to the appropriate node in the property tree. Script setTimeout function got interrupted and script was cleaned up.