Deprecated flags

This commit is contained in:
Applevangelist
2023-09-07 16:13:25 +02:00
parent 8a7fa326cd
commit 5a57d05fd6
60 changed files with 349 additions and 50 deletions

View File

@@ -176,6 +176,11 @@ do -- TASK_A2A_DISPATCHER
-- * @{Tasking.Task#TASK.SetScoreOnSuccess}() will add additional (negative) scores when the task goes into **Failed** state.
-- This means the **task has not been successfully completed**, and the scores must be given with a negative value!
--
-- # Developer Note
--
-- Note while this class still works, it is no longer supported as the original author stopped active development of MOOSE
-- Therefore, this class is considered to be deprecated
--
-- @field #TASK_A2A_DISPATCHER
TASK_A2A_DISPATCHER = {
ClassName = "TASK_A2A_DISPATCHER",