diff options
| author | Anatoli Arkhipenko <arkhipenko@hotmail.com> | 2015-10-15 23:33:31 -0400 |
|---|---|---|
| committer | Anatoli Arkhipenko <arkhipenko@hotmail.com> | 2015-10-15 23:37:01 -0400 |
| commit | bb20df9c654cbed77bb5007814ae06f20f08ec36 (patch) | |
| tree | 0fe3b67dcfa7e070d10261d99cd0ec564ec3bf61 /keywords.txt | |
| parent | 07b0a9e49fd4c918821099aec940d0927c3f9ff5 (diff) | |
TaskScheduler version 1.8.0 - added support for event completion signallingv1.8.0
* Introduced option to compile with support for Status Rquests - ability to wait for and signal event completion
* Moved all code to one header file allowing control at compile time via #define statments.
Diffstat (limited to 'keywords.txt')
| -rw-r--r-- | keywords.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keywords.txt b/keywords.txt index 0e5d354..588cd98 100644 --- a/keywords.txt +++ b/keywords.txt @@ -8,6 +8,7 @@ Task KEYWORD1 Scheduler KEYWORD1 +StatusRequest KEYWORD1 ####################################### # Methods and Functions (KEYWORD2) @@ -43,6 +44,14 @@ disableOnLastIteration KEYWORD2 getOverrun KEYWORD2 isFirstIteration KEYWORD2 isLastIteration KEYWORD2 +setWaiting KEYWORD2 +signal KEYWORD2 +signalComplete KEYWORD2 +pending KEYWORD2 +completed KEYWORD2 +getStatus KEYWORD2 +waitFor KEYWORD2 +getStatusRequest KEYWORD2 ####################################### # Constants (LITERAL1) |
