lifecycle
The type of lifecycle management for apps in the domain. Indicates whether apps in this domain are managed (SimSpace Weaver starts and stops the apps) or unmanaged (you must start and stop the apps).
Lifecycle types
PerWorker
– Managed: SimSpace Weaver starts one app on each worker.BySpatialSubdivision
– Managed: SimSpace Weaver starts one app for each spatial partition.ByRequest
– Unmanaged: You use theStartApp
API to start the apps and use theStopApp
API to stop the apps.