A view process represents a computation job for a {@link ViewDefinition}; that is, a sequence of one or more computation cycles. Each cycle evaluates the view definition at a particular time. A job may run forever, for example for real-time evaluation of the view definition, or it may run over a finite set of evaluation times, for example in batch computations.
Results are obtained through a {@link ViewClient}.