ReassuredTiger98 maybe we should add an option to send a text next to the abort?
(Actually it is just a matter of passing the argument)
wdyt?
Hi ReassuredTiger98 , right now this information is not stored on the task. The server does support receiving a status_message
field that is stored on the task, but the SDK does not send one at themoment
https://clear.ml/docs/latest/docs/references/sdk/task#mark_stopped
Maybe we should add an argument so you could do:mark_stopped(force=False, message='it was me who stopped it')
And we will automatically add the user name as well ?