Class QueueMessage

Class Documentation

class QueueMessage
A message in the IPC Queues.

Attributes:
    msg_type: The type of the message. We currently support 3 types Process, NewModel, Terminate
    blob: The contents of the message

Public Functions

__init__(self, msg_type, blob)
is_terminate(self)
is_process(self)
is_delete(self)
is_new_model(self)
data(self)

Public Members

msg_type
blob