enum FSM::Status

Overview

The outcome axis of a runtime snapshot.

Status describes what happened to the transaction the caller initiated, not the condition of an interpreter:

Defined in:

fsm/status.cr

Enum Members

Success = 0
Failed = 1

Instance Method Summary

Instance Method Detail

def failed? #

Returns true if this enum value equals Failed


[View source]
def success? #

Returns true if this enum value equals Success


[View source]