This function prints progress from stochastic network models
simulated with netsim
to the console.
Arguments
- x
If the
type
is "startup", then an object of classcontrol.net
; otherwise, an object of classnetsim_dat
, the main data object innetsim
simulations.- type
Progress type, either of "startup" for starting messages before all simulations, or "progress" for time step specific messages.
- s
Current simulation number, if type is "progress".
- at
Current time step, if type is "progress".