Previous Topic: stop (Component Control)--Stop a ComponentNext Topic: restart (Component Control)--Restart a Component


continue (Component Control)--Continue Starting of a Component

Continue starting of a component

Syntax
component continue name 
Arguments
name

Name of component to continue starting. name should be of the form application name:component name

Examples

component continue sugarcrm:main.config

Continue starting component 'main.config' in application 'sugarcrm'

Note: This command is useful following the failed start of a component started with --debug option.