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


continue (Application Control and Management)--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.