Environment: Siren
A ScheduleRecord is used as an entry in the SEventQueue.
Instance Variables
key
accessing
next
previous
value
loop: aBool
next
Answer the receiver's 'next'.
next: anObject
Set the receiver's instance variable 'next' to be anObject.
previous
Answer the receiver's 'previous'.
previous: anObject
Set the receiver's instance variable 'previous' to be anObject.
start
control
stop
testing
MetaClass: ScheduleRecord class