Bug #1959
need fo_scheduler_get_special()
| Status: | Closed | Start date: | 05/14/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Scheduler | |||
| Target version: | 2.1.1 | |||
| Rank: | 99 | Tester: |
Description
the scheduler api needs a way to retrieve special flags, like SPECIAL_NOKILL.
With this new call you can set special flags and then reset them back to their original value. For example,
nokillflag = fo_scheduler_get_special(SPECIAL_NOKILL);
...
fo_scheduler_set_special(SPECIAL_NOKILL, nokillflag);
...
History
Updated by Alex Norton 10 months ago
- Target version changed from 2.0.1 to 2.1.0
- Estimate set to 1
- IterNum set to 6
adding in svn 6113.
There is now a fo_scheduler_get_special() function that retrieves the value of a special option from the scheduler.
Updated by Alex Norton 10 months ago
- Status changed from New to Resolved
Updated by Bob Gobeille 8 months ago
- Target version changed from 2.1.0 to 2.2.0
Updated by Bob Gobeille 8 months ago
- Rank set to 99
Change unranked issues to rank 99 so they show up in a ranking report at the bottom. Otherwise, they show up on top.
Updated by Mary Laser 6 months ago
- Target version changed from 2.2.0 to 2.1.1