fun stop(allowedUnsuspendedFiberCount: Int = 0): UnitStart the shutdown process, bringing the StateMachineManager to a controlled stop. When this method returns, all Fibers have been suspended and checkpointed, or have completed.
allowedUnsuspendedFiberCount - Optional parameter is used in some tests.