enum Quartz::Simulation::Status

Overview

Represents the current simulation status.

Defined in:

quartz/simulation.cr

Enum Members

Ready = 0
Initialized = 1
Running = 2
Done = 3
Aborted = 4

Instance Method Summary

Instance methods inherited from struct Value

==(other : Quartz::Any) ==

Instance methods inherited from class Object

===(other : Quartz::Any) ===

Instance Method Detail

def aborted? #

[View source]
def done? #

[View source]
def initialized? #

[View source]
def ready? #

[View source]
def running? #

[View source]