Hi,
Is there a way to start a Jade application through code, so Comclient will see it as started (green)?
I have apps defined in Comclient (by CTL file) and they start/stop as expected.
However, if I use Node.createExternalProcess(), it will start an app correctly, but Comclient still thinks it's down (Red).
I've even tried using the server Node (Node.isServerNode).