From 55f85e295b5c38295d58221bac35d057330db908 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Wed, 3 Oct 2018 13:10:51 +0200 Subject: [PATCH] State non-changes won't be reported d72b6bbdf0269fa9ee2ff91490197e63cf0388c8 --- using.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/using.md b/using.md index 88b8f07..351da07 100644 --- a/using.md +++ b/using.md @@ -379,8 +379,9 @@ The states currently are: - `"Initializing"` - `Perl.init` is currently operating. - `"Ready" - `Perl.init` is finished and `Perl.start` can be called. - `"Running"` - The Perl interpreter is running, `Perl.eval` and `Perl.end` may be called -- `"Ended"` - The Perl interpreter has ended. You might receive several - state change notifications for this state. +- `"Ended"` - The Perl interpreter has ended. + ~~You might receive several state change notifications for this state.~~ + This is no longer the case as of WebPerl `v0.09-beta`. This function was added in WebPerl `v0.05-beta`.