Joel Gonzalez wrote:
> Exists a delay parameter when execute a start method? , I need a
> delay time before execute my service when this is restarter.

You could create a method script rather than invoking your executable 
directly, and put a 'sleep' into that method.

There isn't an explicit variable or anything like that because a need 
for a delay is usually due to a bug in the dependencies, or a bug in the 
way the dependency service is implemented.  We prefer to get those bugs 
addressed rather than encode a way for the framework to call 'sleep' for 
you.

If you need to do this, again, you can put the delay yourself into a 
method script.

liane

Reply via email to