EffectApp

effect.EffectApp
See theEffectApp companion trait
object EffectApp

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
EffectApp.type

Members list

Value members

Concrete methods

def getExitCode(result: Result[Any]): Int

Gets the exit code of application process based on result of the main effect

Gets the exit code of application process based on result of the main effect

Value parameters

result

result of the main effect

Attributes

Returns

the exit code of application process based on result of the main effect