> On 31 Aug 2018, at 16:49, Gary Murphy <[email protected]> wrote: > > This is maybe a little esoteric, but does Composer have a signal handler for > a restart? I discovered that a 'kill -USR1' signal would do a normal (and > safe?) shutdown, but what I'd really want is a programmatic way to induce a > gentle restart when things get tangled.
There isn’t anything Composer-specific. Composer is built using the Eclipse Rich Client Platform (RCP), so if there is some way to restart the Eclipse Runtime via some signal, it should work for Composer. A bit of googling doesn’t look too promising, there are various ways to shut it down as you’ve already discovered, but I couldn’t find anything for restart. Richard > -- > Gary Murphy > Developer, Schema App > e: [email protected] <mailto:[email protected]> > w: https://www.schemaapp.com <https://www.schemaapp.com/> > > -- > You received this message because you are subscribed to the Google Groups > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
