Hello,
Is it possible to access the mechanism that deadline uses to send notifications to users’s launchers, via the deadline scripting api?
docs.thinkboxsoftware.com/produ … tions.html
Cheers
kym
Hello,
Is it possible to access the mechanism that deadline uses to send notifications to users’s launchers, via the deadline scripting api?
docs.thinkboxsoftware.com/produ … tions.html
Cheers
kym
In case anyone is interested, you can do this from the command line and the scripting api, by calling:
from the command line:
deadlinecommand -SendPopupMessage <slaves> <message>
in the scripting api this translates to:
ScriptUtils.ExecuteCommand("-SendPopupMessage <slaves> <message>")
is a comma separated list.
Hope this helps someone else.
Cheers
Kym
Thanks for sharing what you found, Kym!
Kym is just a man of honor! I feel like he solved all problems I discovered so far.
hail Kym*