class documentation
class _QueuedOpCode(object):
Encapsulates an opcode object.
| Class Method | |
Restore the _QueuedOpCode from the serialized form. |
| Method | __init__ |
Initializes instances of this class. |
| Method | |
Serializes this _QueuedOpCode. |
| Class Variable | __slots__ |
Undocumented |
| Instance Variable | end |
Undocumented |
| Instance Variable | exec |
timestamp for the actual LU Exec() function invocation |
| Instance Variable | input |
the OpCode we encapsulate |
| Instance Variable | log |
holds the execution log and consists of tuples of the form (log_serial, timestamp, level, message) |
| Instance Variable | priority |
Undocumented |
| Instance Variable | result |
the result of the LU execution |
| Instance Variable | start |
timestamp for the start of the execution |
| Instance Variable | status |
the current status |
| Instance Variable | stop |
timestamp for the end of the execution |
Restore the _QueuedOpCode from the serialized form.
| Parameters | |
| state:dict | the serialized state |
| Returns | |
| _QueuedOpCode | a new _QueuedOpCode instance |