LSPS documentation logo
LSPS Documentation
Constants

Core

ALIVE: String = #"ALIVE"

A constant representing the Alive execution state.

NOT_FINISHED: String = #"NOT FINISHED"

A constant representing the Not finished execution state.

INACTIVE: String = #"INACTIVE"

A constant representing the Inactive execution state.

ACTIVE: String = #"ACTIVE"

A constant representing the Active execution state.

READY: String = #"READY"

A constant representing the Ready execution state.

RUNNING: String = #"RUNNING"

A constant representing the Running execution state.

FINISHED: String = #"FINISHED"

A constant representing the Finished execution state.

ACHIEVED: String = #"ACHIEVED"

A constant representing the Achieved execution state.

FAILED: String = #"FAILED"

A constant representing the Failed execution state.

DEACTIVATED: String = #"DEACTIVATED"

A constant representing the Deactivated execution state.

INFO_LEVEL: Integer = 200

A constant representing the Info log level.

DEBUG_LEVEL: Integer = 100

A constant representing the Debug log level.

WARNING_LEVEL: Integer = 300

A constant representing the Warning log level.

ERROR_LEVEL: Integer = 400

A constant representing the Error 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 e-mail address.