events and completed slots of a
simList object.
By default, the event lists are shown when the simList object is printed,
thus most users will not require direct use of these methods.
events 	Scheduled simulation events (the event queue).
completed 	Completed simulation events.
}## S3 method for class '.simList':
currentModule(object)events(object, unit)
## S3 method for class '.simList,character':
events(object, unit)
## S3 method for class '.simList,missing':
events(object, unit)
events(object) <- value
## S3 method for class '.simList':
events(object) <- value
current(object, unit)
## S3 method for class '.simList,character':
current(object, unit)
## S3 method for class '.simList,missing':
current(object, unit)
current(object) <- value
## S3 method for class '.simList':
current(object) <- value
completed(object, unit)
## S3 method for class '.simList,character':
completed(object, unit)
## S3 method for class '.simList,missing':
completed(object, unit)
completed(object) <- value
## S3 method for class '.simList':
completed(object) <- value
simList simulation object.SpaDES.simList object.simList-class,
         simList-accessors-envir,
         simList-accessors-inout,
         simList-accessors-modules,
         simList-accessors-objects,
         simList-accessors-params,
         simList-accessors-paths,
         simList-accessors-times.