Packages

object Model

The Model companion object provides a shutdown method.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def shutdown(): Unit

    Shutdown the Model execution infrastructure (WARNING: this method should only be called right before program termination).

    Shutdown the Model execution infrastructure (WARNING: this method should only be called right before program termination). Make sure all threads have finished (e.g., call complete), not just the main thread. If shutdown is not called, the application may hang.

    See also

    ModelTest, apps.process.Bank2