|
Last change
on this file since 280 was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
260 bytes
|
| Line | |
|---|
| 1 | name = "interrupt";
|
|---|
| 2 |
|
|---|
| 3 | group = "running";
|
|---|
| 4 |
|
|---|
| 5 | shortDescription = "Interrupt evaluation";
|
|---|
| 6 |
|
|---|
| 7 | longDescription = "Interruption will occur as soon as a new script statement is reached.";
|
|---|
| 8 |
|
|---|
| 9 | function execute() {
|
|---|
| 10 | scheduleInterrupt();
|
|---|
| 11 | }
|
|---|
| 12 |
|
|---|
| 13 | function handleResponse(resp) {
|
|---|
| 14 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.