Name

Pkg::SourceStartManager — Make sure the InstSrcManager is up and knows all available InstSrces.

Synopsis

boolean SourceStartManager ( boolean  autoEnable );

Parameters

boolean autoEnable

If true, all InstSrces are enabled according to their default. If false, InstSrces will be created in disabled state, and remain unchanged if the InstSrcManager is already up.

Return

boolean

Description

Make sure the InstSrcManager is up and knows all available InstSrces. Depending on the value of autoEnable, InstSources may be enabled on the fly. It's safe to call this multiple times, and once the InstSources are actually enabled, it's even cheap (enabling an InstSrc is expensive).