I am new to using Merlin and have a question regarding Block decommissioning. I would like to use Merlin in a command line applications setting where it loads and manages my block. Once the block is finished executing -- all activity done in start() -- I want Merlin to decommission the block, thus halting the BlockThread that is keeping the process alive.
In Phoenix, I can do ((BlockContext)context).requestShutdown() to bring the block down, thus halting the server since no other blocks are present. Is there such a thing in Merlin? A block configuration setting? Anything? -- Daniel Krieg <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
