SystemEventVmReady

class tenjint.api.api.SystemEventVmReady[source]

Emitted when the VM is ready to run.

This event is emitted when the VM is ready to run. It is the last chance to setup callbacks before the execution of the VM begins.

Attributes

SystemEventVmReady.params

SystemEventVmReady.producer

Methods

SystemEventVmReady.__init__

Initialize self.

SystemEventVmReady.filter(event_params, event)

Event filter function

SystemEventVmReady.parse_request(**kwargs)

Parse an event request using the event request params.

SystemEventVmReady.parse_request_to_dict(…)

Parse an event request using the event request params.