LSPS documentation logo
LSPS Documentation
Constants

Core

ALIVE: String = #"ALIVE"

A constant representing the <i>Alive</i> execution state.

NOT_FINISHED: String = #"NOT FINISHED"

A constant representing the <i>Not finished</i> execution state.

INACTIVE: String = #"INACTIVE"

A constant representing the <i>Inactive</i> execution state.

ACTIVE: String = #"ACTIVE"

A constant representing the <i>Active</i> execution state.

READY: String = #"READY"

A constant representing the <i>Ready</i> execution state.

RUNNING: String = #"RUNNING"

A constant representing the <i>Running</i> execution state.

FINISHED: String = #"FINISHED"

A constant representing the <i>Finished</i> execution state.

ACHIEVED: String = #"ACHIEVED"

A constant representing the <i>Achieved</i> execution state.

FAILED: String = #"FAILED"

A constant representing the <i>Failed</i> execution state.

DEACTIVATED: String = #"DEACTIVATED"

A constant representing the <i>Deactivated</i> execution state.

INFO_LEVEL: Integer = 200

A constant representing the <i>Info</i> log level.

DEBUG_LEVEL: Integer = 100

A constant representing the <i>Debug</i> log level.

WARNING_LEVEL: Integer = 300

A constant representing the <i>Warning</i> log level.

ERROR_LEVEL: Integer = 400

A constant representing the <i>Error</i> log level.

EMAIL_REGEXP: String = #"^\[_A-Za-z0-9-\+\]+\(\.\[_A-Za-z0-9-\]+\)*\[A-Za-z0-9-\]+\(\.\[A-Za-z0-9\]+\)*\(\.\[A-Za-z\]{2,}\)$"

Regular expression for the e-mail address format.