ExecutableObjectIF: initializeAfterTaskCreation function #138
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when initialize is called, the task has not been created yet, so setTaskIF was not called yet and can not be used in
initialize()
. AninitializeAfterTaskCreation()
function has been added in ExecutableObjectIF.It is called in the respective task creation functions after the Task IF has been set.
It can be used to cache values like task frequency, if the task needs it.
initializeAfterTaskCreation functionto ExecutableObjectIF: initializeAfterTaskCreation functionmuellerr referenced this issue2020-07-13 13:43:51 +02:00