7 Commits

Author SHA1 Message Date
Mattia Codato
3edf36658e Use ternary operator to get ExecuteOverride or checkable command 2020-11-20 17:38:27 +01:00
Mattia Codato
3a105cfe7c Use ExecuteOverride to override the command 2020-11-20 17:38:27 +01:00
Mattia Codato
ee86f5d7d8 Use MacroResolver::OverrideMacros on *task files 2020-11-20 17:38:27 +01:00
Mattia Codato
3753f6ec8e Fix scriptfunc for dummychecktask, exceptionchecktask and sleepchecktask 2020-11-20 17:38:27 +01:00
Mattia Codato
41255369cc Use ExecuteCommandProcessFinishedHandler for all lib/methods/*task.cpp 2020-11-20 17:38:27 +01:00
Michael Friedrich
406ecb448c Internal methods must update the 'command' key in the check result
Currently this is `null` which isn't really correct.

As otherwise, it is tremendously hard to figure out which check
command was involved, if you're not looking at the `.check_command`
checkable object.
2019-07-10 10:15:15 +02:00
htriem
75df3879f2 Implement sleep CheckCommand in memory
Implements a check task with Utility::Sleep and custom var parameter sleep_time (default value: 1s)

refs #6964
2019-05-02 16:24:42 +02:00