SteppingRuntime
portals.runtime.SteppingRuntime
trait SteppingRuntime extends PortalsRuntime
Attributes
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Returns true if the runtime can take another step.
Returns true if the runtime can take another step.
Attributes
Take a step.
Take a step.
A step will randomly choose one of the processing units (Workflows, Sequencers, etc.) with valid input. It will take one atom from the input and process it to completion.
Throws an exception if it cannot take a step.
Attributes
Concrete methods
Take steps for millis
milliseconds and then stop.
Take steps for millis
milliseconds and then stop.
Attributes
Take steps until cannot take more steps.
Take steps until cannot take more steps.
Attributes
Take steps until either cannot take more steps or has reached the max.
Take steps until either cannot take more steps or has reached the max.
Attributes
Inherited methods
Launch an application.
Terminate the runtime.
In this article