Interface ProcessState

  • All Known Implementing Classes:
    ProcessStateImpl

    public interface ProcessState

    State of a process within the Office.

    ProcessState instances can not interact with each other, much like processes within an Operating System can not directly interact (e.g. share process space) with each other.

    Author:
    Daniel Sagenschneider