CommandLogoThunk

org.nlogo.api.CommandLogoThunk

Attributes

Source
CommandLogoThunk.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def call(): Try[Boolean]

Attributes

Returns

The result of executing this code. returns Success(true) true if the code did a "stop" at the top level, Success(false) if the code didn't "stop" at the top level, and Failure if the code raised an exception while executing.

Source
CommandLogoThunk.scala