enum

Quartz::Simulation::Status

Inherits Enum / Comparable / Value / Object

Represents the current simulation status.

Constants

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

Instance methods

aborted?

Returns true if this enum value equals Aborted

Source
done?

Returns true if this enum value equals Done

Source
initialized?

Returns true if this enum value equals Initialized

Source
ready?

Returns true if this enum value equals Ready

Source
running?

Returns true if this enum value equals Running

Source