AWS Thinkbox Discussion Forums

Sending launcher notifications via the scripting (internal) api

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

2 Likes

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*

1 Like
Privacy | Site terms | Cookie preferences