Task

Represents a Task

Constructors

this
this(byte[] data, ulong typeID, EventHandler handler)
Undocumented in source.

Members

Functions

getData
byte[] getData()
Undocumented in source. Be warned that the author may not have intended to support it.
getEvent
Event getEvent(byte[] dataIn)

Intended to take the received data from the Job's tristanable queue and decode it as per this Task's type

getHandler
EventHandler getHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
getTypeID
ulong getTypeID()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta