Skip to main content

application life cycle

Supported base operations

Operation typeconditionillustrate
start upThe component is closed under the current applicationStart the built-in component of the current application
stopAll current applications are runningClose all components of the current application
Construct-Build new versions and upgrades for all components under the app

Application-level basic operations differ from component batch operations as follows:

ContrastComponent batch operationsApply basic operations
launch controlBatch out-of-order startStart in order of dependencies
Operational targetuser-specified componentsAll components under the app
Supported operation typesShutdown, Restart, Start, Move, Deletebuild, start, stop,