Перейти к основному содержимому

Protocol: SystemBeforeEvents

Synchronous lifecycle events fired before teardown completes.

class SystemBeforeEvents(Protocol)

Related API: ScriptUnloadBeforeEventSignal

Properties

script_unload

@property
def script_unload(self) -> ScriptUnloadBeforeEventSignal:

Final cleanup entry for one successfully initialized Script Run.

Related API: ScriptUnloadBeforeEventSignal