TASK_START_WAKE
(edit this)
  • System usage: #define TASK_START_WAKE 2032
    (no user memory format)
  • Introduced in: 8.5rc1
  • Processed by: kernel scheduler (_whip)

Description: Instructs TS to execute TASK_START | WAKE_TIMER for the specified module. Allows for timer core to be moved into a separate module. Similar to TASK_START_SPECIAL, but TASK_START_WAKE will additionally send the actual WAKE_TIMER message; by contrast, TASK_START_SPECIAL sends no message.

Parameter format: String parameter consists of the module name, then a linebreak, then the intended string parameter for the WAKE_TIMER job.