Module headless

Source

Structs§

HeadlessMainThreadSender
InitializationOptions
Session
Wrapper for init and shutdown. Instantiating this at the top of your script will initialize everything correctly and then clean itself up at exit as well.

Enums§

InitializationError
LicenseLocation

Functions§

init
Loads plugins, core architecture, platform, etc.
init_with_opts
This initializes the core with the given InitializationOptions.
is_shutdown_requested
license_location
Attempts to identify the license location type, this follows the same order as core initialization.
shutdown
Unloads plugins, stops all worker threads, and closes open logs.