Interface ProcessLoop
access this type via: lang.ProcessLoop (provides, requires or uses)
This type represents a computing process which expects its logic to be executed 1-n times, where the timing of the repeated executions is at the discretion of a scheduler.
Functions
ProcessLoop()
bool loop()
ProcessLoop()
Instantiate a new process loop object.
bool loop()
Run an iteration of the processing loop, which will return true if further iterations are required, or false otherwise.