diff options
Diffstat (limited to 'events.go')
-rw-r--r-- | events.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ const ( EventRoutineStart Event = iota EventRoutineStop EventRoutineComplete - EventRoutineFail + EventRoutineError EventAppStop EventAppComplete - EventAppFail + EventAppError ) // Hook is function that calls when event fired |