Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AssetOperation

The affect that an asset will have on a simulation.

Index

Enumeration members

NO_EFFECT

NO_EFFECT: = 0

The asset will have no effect on the simulation. The arrival time will be noted then the simulation will continue.

STOP_AFTER_ALL

STOP_AFTER_ALL: = -1

Stop the simulation after all assets have been reached.

STOP_AFTER_X

STOP_AFTER_X: = 2

The simulation will stop after a certain number of assets have been reached. The default is all assets.

STOP_IMMEDIATELY

STOP_IMMEDIATELY: = 1

The simulation will stop as soon as the first asset has been reached.